cmdr
Check-in [9660d12cb0]
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Followup on [463519edc6]. Fixed missing handling of "arglabel" data in the json, tcl, and sql help formats.
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 9660d12cb0ec9c3626e18771581bcc50920a5035
User & Date: andreask 2014-11-26 23:12:20.967
Context
2014-11-27
21:53
Created a new reserved common block, *config*, in the root-actor. Used to convey the active instance of cmdr::config to parameter callbacks. This different from the definition config for global parameters. For regular parameters it is the same as found as the first argument of the callback. The active instance is needed when a global parameter interacts with regular ones of the active private. check-in: f121133cf2 user: andreask tags: trunk
2014-11-26
23:12
Followup on [463519edc6]. Fixed missing handling of "arglabel" data in the json, tcl, and sql help formats. check-in: 9660d12cb0 user: andreask tags: trunk
2014-11-04
18:05
cmdr::help - Prevent the space allocated to descriptions in the categorized help from getting to small. Negatives trigger an error in adjust, and anything below 10 will generate very short tall columns. Better to misformat (cut at terminal edge, or wrap-around) for these cases. Bumped version to 1.3.2. check-in: b64206b4e3 user: andreask tags: trunk
Changes
Unified Diff Side-by-Side Diff Patch
Changes to help_json.tcl.
Changes to help_sql.tcl.
Changes to help_tcl.tcl.