cmdr
Check-in [1eeef53431]
Not logged in

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

Overview
Comment:cmdr::ask - Fixed a syntax problem. Fixed scope issue (string command). Tweaked the prompt setup. Plus example apps (also for interactive testing).
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 1eeef534319c4756420d5a091a4dd0674080ed0c
User & Date: andreask 2014-05-23 21:51:43.157
References
2014-05-23
22:19 Closed ticket [a80ac87036]: Add facilities for user interaction plus 4 other changes artifact: 7ab7393038 user: aku
Context
2014-05-23
22:08
cmdr::ask - Added basic testsuite. More requires a linenoise mockup to prevent actual interaction while exercising the command implementation. check-in: 2fa5347d94 user: andreask tags: trunk
21:51
cmdr::ask - Fixed a syntax problem. Fixed scope issue (string command). Tweaked the prompt setup. Plus example apps (also for interactive testing). check-in: 1eeef53431 user: andreask tags: trunk
20:42
cmdr::ask - Reactivated color support. No tests yet. check-in: 0c33d13e6e user: andreask tags: trunk
Changes
Unified Diff Side-by-Side Diff Patch
Changes to ask.tcl.
Added examples/ask-choose.
Added examples/ask-menu.
Added examples/ask-string.
Added examples/ask-yn.