Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Version bumped to 1.0. Regenerated docs. |
---|---|
Timelines: | family | ancestors | descendants | both | trunk | release | v1.0 | cmdr-1-0 | release-1-0 |
Files: | files | file ages | folders |
SHA1: |
2e15301ff511496523bfb39dab5b6c0b |
User & Date: | aku 2013-12-02 17:44:52.649 |
Context
2013-12-18
| ||
20:29 | Fix broken requirements cmdr::help::json and *::sql. Were not updated to v1. check-in: d46922cc52 user: andreask tags: trunk | |
2013-12-02
| ||
17:44 | Version bumped to 1.0. Regenerated docs. check-in: 2e15301ff5 user: aku tags: cmdr-1-0, release, release-1-0, trunk, v1.0 | |
2013-11-30
| ||
02:34 | Regenerated embedded docs. check-in: e0642cf6ae user: aku tags: trunk | |
Changes
Changes to actor.tcl.
︙ | ︙ | |||
309 310 311 312 313 314 315 | ## # # ## ### ##### ######## ############# } # # ## ### ##### ######## ############# ##################### ## Ready | | | 309 310 311 312 313 314 315 316 | ## # # ## ### ##### ######## ############# } # # ## ### ##### ######## ############# ##################### ## Ready package provide cmdr::actor 1.0 |
Changes to cmdr.tcl.
︙ | ︙ | |||
71 72 73 74 75 76 77 | proc ::cmdr::interactive? {} { variable interactive return $interactive } # # ## ### ##### ######## ############# ##################### ## Ready | | | 71 72 73 74 75 76 77 78 | proc ::cmdr::interactive? {} { variable interactive return $interactive } # # ## ### ##### ######## ############# ##################### ## Ready package provide cmdr 1.0 |
Changes to config.tcl.
︙ | ︙ | |||
1359 1360 1361 1362 1363 1364 1365 | } # # ## ### ##### ######## ############# } # # ## ### ##### ######## ############# ##################### ## Ready | | | 1359 1360 1361 1362 1363 1364 1365 1366 | } # # ## ### ##### ######## ############# } # # ## ### ##### ######## ############# ##################### ## Ready package provide cmdr::config 1.0 |
Changes to doc/parts/configuration.inc.
1 2 3 4 5 6 7 8 9 10 | [comment {--- Project configuration --}] [vset AUTHOR {Andreas Kupries}] [vset COPYRIGHT 2013] [vset LICENSE bsd] [vset MAN_SECTION n] [vset MODULE_DESC {Cmdr, a framework for command line parsing and dispatch}] [vset PROJECT cmdr] [vset PTITLE Cmdr] [vset REPOSITORY https:/core.tcl.tk/akupries/cmdr] [vset VC_TYPE fossil] | | | 1 2 3 4 5 6 7 8 9 10 11 | [comment {--- Project configuration --}] [vset AUTHOR {Andreas Kupries}] [vset COPYRIGHT 2013] [vset LICENSE bsd] [vset MAN_SECTION n] [vset MODULE_DESC {Cmdr, a framework for command line parsing and dispatch}] [vset PROJECT cmdr] [vset PTITLE Cmdr] [vset REPOSITORY https:/core.tcl.tk/akupries/cmdr] [vset VC_TYPE fossil] [vset VERSION 1.0] |
Changes to embedded/man/files/cmdr.n.
︙ | ︙ | |||
235 236 237 238 239 240 241 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. | | | 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. .TH "cmdr" n 1\&.0 doc "Cmdr, a framework for command line parsing and dispatch" .BS .SH NAME cmdr \- Cmdr - Main package and API .SH SYNOPSIS package require \fBcmdr \fR .sp \fB::cmdr\fR \fBnew\fR \fIname\fR \fIspecification\fR |
︙ | ︙ |
Changes to embedded/man/files/cmdr_actor.n.
︙ | ︙ | |||
235 236 237 238 239 240 241 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. | | | 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. .TH "cmdr::actor" n 1\&.0 doc "Cmdr, a framework for command line parsing and dispatch" .BS .SH NAME cmdr::actor \- Cmdr - (Internal) Base class for officers and privates .SH SYNOPSIS package require \fBcmdr::actor \fR .sp \fB::cmdr::actor\fR \fBnew\fR |
︙ | ︙ |
Changes to embedded/man/files/cmdr_changes.n.
︙ | ︙ | |||
235 236 237 238 239 240 241 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. | | | 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. .TH "cmdr-changes" n 1\&.0 doc "Cmdr, a framework for command line parsing and dispatch" .BS .SH NAME cmdr-changes \- Cmdr - Log of Changes .SH DESCRIPTION .PP Welcome to the Cmdr project, written by Andreas Kupries\&. .PP |
︙ | ︙ |
Changes to embedded/man/files/cmdr_config.n.
︙ | ︙ | |||
235 236 237 238 239 240 241 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. | | | 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. .TH "cmdr::config" n 1\&.0 doc "Cmdr, a framework for command line parsing and dispatch" .BS .SH NAME cmdr::config \- Cmdr - (Partially internal) Collection of parameters for privates .SH SYNOPSIS package require \fBcmdr::config \fR .sp \fB::cmdr::config\fR \fBnew\fR \fIcontext\fR \fIspec\fR |
︙ | ︙ |
Changes to embedded/man/files/cmdr_dev_completion.n.
︙ | ︙ | |||
235 236 237 238 239 240 241 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. | | | 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. .TH "cmdr_dev~completion" n 1\&.0 doc "Cmdr, a framework for command line parsing and dispatch" .BS .SH NAME cmdr_dev~completion \- Cmdr - Internals of command line completion .SH SYNOPSIS package require \fBcmdr \fR .sp .BE |
︙ | ︙ |
Changes to embedded/man/files/cmdr_dev_dsl.n.
︙ | ︙ | |||
235 236 237 238 239 240 241 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. | | | 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. .TH "cmdr_dev~dsl" n 1\&.0 doc "Cmdr, a framework for command line parsing and dispatch" .BS .SH NAME cmdr_dev~dsl \- Cmdr - Internals of DSL handling .SH SYNOPSIS package require \fBcmdr \fR .sp .BE |
︙ | ︙ |
Changes to embedded/man/files/cmdr_dsl.n.
︙ | ︙ | |||
235 236 237 238 239 240 241 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. | | | 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. .TH "cmdr-spec-dsl" n 1\&.0 doc "Cmdr, a framework for command line parsing and dispatch" .BS .SH NAME cmdr-spec-dsl \- Cmdr - Introduction to the Specification Language .SH DESCRIPTION .PP Welcome to the Cmdr project, written by Andreas Kupries\&. .PP |
︙ | ︙ |
Changes to embedded/man/files/cmdr_dsl_officer.n.
︙ | ︙ | |||
235 236 237 238 239 240 241 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. | | | 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. .TH "cmdr-spec-dsl-officer" n 1\&.0 doc "Cmdr, a framework for command line parsing and dispatch" .BS .SH NAME cmdr-spec-dsl-officer \- Cmdr - Officer Specification Language .SH SYNOPSIS \fBalias\fR \fIname\fR \fB=\fR \fIname'\fR\&.\&.\&. .sp \fBalias\fR \fIname\fR |
︙ | ︙ |
Changes to embedded/man/files/cmdr_dsl_parameter.n.
︙ | ︙ | |||
235 236 237 238 239 240 241 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. | | | 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. .TH "cmdr-spec-dsl-parameter" n 1\&.0 doc "Cmdr, a framework for command line parsing and dispatch" .BS .SH NAME cmdr-spec-dsl-parameter \- Cmdr - Parameter Specification Language .SH SYNOPSIS \fBlabel\fR \fItext\fR .sp \fBalias\fR \fIname\fR |
︙ | ︙ |
Changes to embedded/man/files/cmdr_dsl_private.n.
︙ | ︙ | |||
235 236 237 238 239 240 241 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. | | | 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. .TH "cmdr-spec-dsl-private" n 1\&.0 doc "Cmdr, a framework for command line parsing and dispatch" .BS .SH NAME cmdr-spec-dsl-private \- Cmdr - Private Specification Language .SH SYNOPSIS \fBdescription\fR \fItext\fR .sp \fBinput\fR \fIname\fR \fIhelp\fR \fIscript\fR |
︙ | ︙ |
Changes to embedded/man/files/cmdr_flow.n.
︙ | ︙ | |||
235 236 237 238 239 240 241 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. | | | 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. .TH "cmdr-spec-flow" n 1\&.0 doc "Cmdr, a framework for command line parsing and dispatch" .BS .SH NAME cmdr-spec-flow \- Cmdr - Runtime Processing Flow .SH DESCRIPTION .PP Welcome to the Cmdr project, written by Andreas Kupries\&. .PP |
︙ | ︙ |
Changes to embedded/man/files/cmdr_help.n.
︙ | ︙ | |||
235 236 237 238 239 240 241 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. | | | 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. .TH "cmdr::help" n 1\&.0 doc "Cmdr, a framework for command line parsing and dispatch" .BS .SH NAME cmdr::help \- Cmdr - (Internal) Utilities for help text formatting and setup .SH SYNOPSIS package require \fBcmdr::help \fR .sp \fB::cmdr::help\fR \fBauto\fR \fIactor\fR |
︙ | ︙ |
Changes to embedded/man/files/cmdr_help_json.n.
︙ | ︙ | |||
235 236 237 238 239 240 241 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. | | | 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. .TH "cmdr::help::json" n 1\&.0 doc "Cmdr, a framework for command line parsing and dispatch" .BS .SH NAME cmdr::help::json \- Cmdr - Formatting help as JSON object .SH SYNOPSIS package require \fBcmdr::help::json \fR .sp .BE |
︙ | ︙ |
Changes to embedded/man/files/cmdr_help_sql.n.
︙ | ︙ | |||
235 236 237 238 239 240 241 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. | | | 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. .TH "cmdr::help::sql" n 1\&.0 doc "Cmdr, a framework for command line parsing and dispatch" .BS .SH NAME cmdr::help::sql \- Cmdr - Formatting help as series of SQL commands .SH SYNOPSIS package require \fBcmdr::help::sql \fR .sp .BE |
︙ | ︙ |
Changes to embedded/man/files/cmdr_helpformats.n.
︙ | ︙ | |||
235 236 237 238 239 240 241 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. | | | 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. .TH "cmdr-user-helpformats" n 1\&.0 doc "Cmdr, a framework for command line parsing and dispatch" .BS .SH NAME cmdr-user-helpformats \- Cmdr - Writing custom help formats .SH SYNOPSIS package require \fBcmdr::help \fR .sp \fB::cmdr::help::format::<foo>\fR \fIroot\fR \fIwidth\fR \fIhelp\fR |
︙ | ︙ |
Changes to embedded/man/files/cmdr_howto_development.n.
︙ | ︙ | |||
235 236 237 238 239 240 241 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. | | | 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. .TH "cmdr_development" n 1\&.0 doc "Cmdr, a framework for command line parsing and dispatch" .BS .SH NAME cmdr_development \- Cmdr - The Developer's Guide .SH DESCRIPTION .PP Welcome to the Cmdr project, written by Andreas Kupries\&. .PP |
︙ | ︙ |
Changes to embedded/man/files/cmdr_howto_get_sources.n.
︙ | ︙ | |||
235 236 237 238 239 240 241 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. | | | 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. .TH "cmdr-howto-get-sources" n 1\&.0 doc "Cmdr, a framework for command line parsing and dispatch" .BS .SH NAME cmdr-howto-get-sources \- Cmdr - How To Get The Sources .SH DESCRIPTION .PP Welcome to the Cmdr project, written by Andreas Kupries\&. .PP |
︙ | ︙ |
Changes to embedded/man/files/cmdr_howto_installation.n.
︙ | ︙ | |||
235 236 237 238 239 240 241 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. | | | 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. .TH "cmdr-installation" n 1\&.0 doc "Cmdr, a framework for command line parsing and dispatch" .BS .SH NAME cmdr-installation \- Cmdr - The Installer's Guide .SH DESCRIPTION .PP Welcome to the Cmdr project, written by Andreas Kupries\&. .PP |
︙ | ︙ |
Changes to embedded/man/files/cmdr_introduction.n.
︙ | ︙ | |||
235 236 237 238 239 240 241 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. | | | 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. .TH "cmdr-introduction" n 1\&.0 doc "Cmdr, a framework for command line parsing and dispatch" .BS .SH NAME cmdr-introduction \- Cmdr - Introduction to the project .SH DESCRIPTION .PP Welcome to the Cmdr project, written by Andreas Kupries\&. .PP |
︙ | ︙ |
Changes to embedded/man/files/cmdr_license.n.
︙ | ︙ | |||
235 236 237 238 239 240 241 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. | | | 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. .TH "cmdr-license" n 1\&.0 doc "Cmdr, a framework for command line parsing and dispatch" .BS .SH NAME cmdr-license \- Cmdr - License .SH DESCRIPTION .PP Welcome to the Cmdr project, written by Andreas Kupries\&. .PP |
︙ | ︙ |
Changes to embedded/man/files/cmdr_officer.n.
︙ | ︙ | |||
235 236 237 238 239 240 241 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. | | | 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. .TH "cmdr::officer" n 1\&.0 doc "Cmdr, a framework for command line parsing and dispatch" .BS .SH NAME cmdr::officer \- Cmdr - (Internal) Aggregation of multiple commands for dispatch\&. .SH SYNOPSIS package require \fBcmdr::officer \fR .sp \fB::cmdr::officer\fR \fBnew\fR \fIsuper\fR \fIname\fR \fIactions\fR |
︙ | ︙ |
Changes to embedded/man/files/cmdr_parameter.n.
︙ | ︙ | |||
235 236 237 238 239 240 241 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. | | | 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. .TH "cmdr::parameter" n 1\&.0 doc "Cmdr, a framework for command line parsing and dispatch" .BS .SH NAME cmdr::parameter \- Cmdr - (Partially internal) Command parameters .SH SYNOPSIS package require \fBcmdr::parameter \fR .sp \fB::cmdr::parameter\fR \fBnew\fR \fIconfig\fR \fIorder\fR \fIcmdline\fR \fIrequired\fR \fIdefered\fR \fIname\fR \fIdescription\fR \fIspec\fR |
︙ | ︙ |
Changes to embedded/man/files/cmdr_private.n.
︙ | ︙ | |||
235 236 237 238 239 240 241 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. | | | 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. .TH "cmdr::private" n 1\&.0 doc "Cmdr, a framework for command line parsing and dispatch" .BS .SH NAME cmdr::private \- Cmdr - (Internal) Single command handling, options, and arguments .SH SYNOPSIS package require \fBcmdr::private \fR .sp \fB::cmdr::private\fR \fBnew\fR \fIsuper\fR \fIname\fR \fIarguments\fR \fIaction\fR |
︙ | ︙ |
Changes to embedded/man/files/cmdr_util.n.
︙ | ︙ | |||
235 236 237 238 239 240 241 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. | | | 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. .TH "cmdr::util" n 1\&.0 doc "Cmdr, a framework for command line parsing and dispatch" .BS .SH NAME cmdr::util \- Cmdr - (Internal) General Utilities .SH SYNOPSIS package require \fBcmdr::util \fR .sp \fB::cmdr::util\fR \fBpadr\fR \fIlist\fR |
︙ | ︙ |
Changes to embedded/man/files/cmdr_validate.n.
︙ | ︙ | |||
235 236 237 238 239 240 241 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. | | | 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. .TH "cmdr::validate" n 1\&.0 doc "Cmdr, a framework for command line parsing and dispatch" .BS .SH NAME cmdr::validate \- Cmdr - Standard validation types for parameters .SH SYNOPSIS package require \fBcmdr::validate \fR .sp .BE |
︙ | ︙ |
Changes to embedded/man/files/cmdr_vcommon.n.
︙ | ︙ | |||
235 236 237 238 239 240 241 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. | | | 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. .TH "cmdr::validate::common" n 1\&.0 doc "Cmdr, a framework for command line parsing and dispatch" .BS .SH NAME cmdr::validate::common \- Cmdr - Utilities for Validation Types .SH SYNOPSIS package require \fBcmdr::validate::common \fR .sp \fB::cmdr::validate::common\fR \fBfail\fR \fIp\fR \fIcode\fR \fItype\fR \fIx\fR |
︙ | ︙ |
Changes to embedded/man/files/cmdr_vtypes.n.
︙ | ︙ | |||
235 236 237 238 239 240 241 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. | | | 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 | .de CE .fi .RE .. .de UL \\$1\l'|0\(ul'\\$2 .. .TH "cmdr-user-vtypes" n 1\&.0 doc "Cmdr, a framework for command line parsing and dispatch" .BS .SH NAME cmdr-user-vtypes \- Cmdr - Writing custom validation types .SH SYNOPSIS package require \fBcmdr::validate \fR .sp \fB<v-type>\fR \fBcomplete\fR \fIp\fR \fIx\fR |
︙ | ︙ |
Changes to embedded/www/doc/files/cmdr.html.
︙ | ︙ | |||
101 102 103 104 105 106 107 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> | | | 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> <h1 class="title">cmdr(n) 1.0 doc "Cmdr, a framework for command line parsing and dispatch"</h1> <div id="name" class="section"><h2><a name="name">Name</a></h2> <p>cmdr - Cmdr - Main package and API</p> </div> <div id="toc" class="section"><h2><a name="toc">Table Of Contents</a></h2> <ul class="toc"> <li class="section"><a href="#toc">Table Of Contents</a></li> <li class="section"><a href="#synopsis">Synopsis</a></li> |
︙ | ︙ |
Changes to embedded/www/doc/files/cmdr_actor.html.
︙ | ︙ | |||
101 102 103 104 105 106 107 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> | | | 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> <h1 class="title">cmdr::actor(n) 1.0 doc "Cmdr, a framework for command line parsing and dispatch"</h1> <div id="name" class="section"><h2><a name="name">Name</a></h2> <p>cmdr::actor - Cmdr - (Internal) Base class for officers and privates</p> </div> <div id="toc" class="section"><h2><a name="toc">Table Of Contents</a></h2> <ul class="toc"> <li class="section"><a href="#toc">Table Of Contents</a></li> <li class="section"><a href="#synopsis">Synopsis</a></li> |
︙ | ︙ |
Changes to embedded/www/doc/files/cmdr_changes.html.
︙ | ︙ | |||
101 102 103 104 105 106 107 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> | | | 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> <h1 class="title">cmdr-changes(n) 1.0 doc "Cmdr, a framework for command line parsing and dispatch"</h1> <div id="name" class="section"><h2><a name="name">Name</a></h2> <p>cmdr-changes - Cmdr - Log of Changes</p> </div> <div id="toc" class="section"><h2><a name="toc">Table Of Contents</a></h2> <ul class="toc"> <li class="section"><a href="#toc">Table Of Contents</a></li> <li class="section"><a href="#section1">Description</a></li> |
︙ | ︙ |
Changes to embedded/www/doc/files/cmdr_config.html.
︙ | ︙ | |||
101 102 103 104 105 106 107 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> | | | 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> <h1 class="title">cmdr::config(n) 1.0 doc "Cmdr, a framework for command line parsing and dispatch"</h1> <div id="name" class="section"><h2><a name="name">Name</a></h2> <p>cmdr::config - Cmdr - (Partially internal) Collection of parameters for privates</p> </div> <div id="toc" class="section"><h2><a name="toc">Table Of Contents</a></h2> <ul class="toc"> <li class="section"><a href="#toc">Table Of Contents</a></li> <li class="section"><a href="#synopsis">Synopsis</a></li> |
︙ | ︙ |
Changes to embedded/www/doc/files/cmdr_dev_completion.html.
︙ | ︙ | |||
101 102 103 104 105 106 107 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> | | | 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> <h1 class="title">cmdr_dev~completion(n) 1.0 doc "Cmdr, a framework for command line parsing and dispatch"</h1> <div id="name" class="section"><h2><a name="name">Name</a></h2> <p>cmdr_dev~completion - Cmdr - Internals of command line completion</p> </div> <div id="toc" class="section"><h2><a name="toc">Table Of Contents</a></h2> <ul class="toc"> <li class="section"><a href="#toc">Table Of Contents</a></li> <li class="section"><a href="#synopsis">Synopsis</a></li> |
︙ | ︙ |
Changes to embedded/www/doc/files/cmdr_dev_dsl.html.
︙ | ︙ | |||
101 102 103 104 105 106 107 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> | | | 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> <h1 class="title">cmdr_dev~dsl(n) 1.0 doc "Cmdr, a framework for command line parsing and dispatch"</h1> <div id="name" class="section"><h2><a name="name">Name</a></h2> <p>cmdr_dev~dsl - Cmdr - Internals of DSL handling</p> </div> <div id="toc" class="section"><h2><a name="toc">Table Of Contents</a></h2> <ul class="toc"> <li class="section"><a href="#toc">Table Of Contents</a></li> <li class="section"><a href="#synopsis">Synopsis</a></li> |
︙ | ︙ |
Changes to embedded/www/doc/files/cmdr_dsl.html.
︙ | ︙ | |||
101 102 103 104 105 106 107 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> | | | 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> <h1 class="title">cmdr-spec-dsl(n) 1.0 doc "Cmdr, a framework for command line parsing and dispatch"</h1> <div id="name" class="section"><h2><a name="name">Name</a></h2> <p>cmdr-spec-dsl - Cmdr - Introduction to the Specification Language</p> </div> <div id="toc" class="section"><h2><a name="toc">Table Of Contents</a></h2> <ul class="toc"> <li class="section"><a href="#toc">Table Of Contents</a></li> <li class="section"><a href="#section1">Description</a></li> |
︙ | ︙ |
Changes to embedded/www/doc/files/cmdr_dsl_officer.html.
︙ | ︙ | |||
101 102 103 104 105 106 107 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> | | | 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> <h1 class="title">cmdr-spec-dsl-officer(n) 1.0 doc "Cmdr, a framework for command line parsing and dispatch"</h1> <div id="name" class="section"><h2><a name="name">Name</a></h2> <p>cmdr-spec-dsl-officer - Cmdr - Officer Specification Language</p> </div> <div id="toc" class="section"><h2><a name="toc">Table Of Contents</a></h2> <ul class="toc"> <li class="section"><a href="#toc">Table Of Contents</a></li> <li class="section"><a href="#synopsis">Synopsis</a></li> |
︙ | ︙ |
Changes to embedded/www/doc/files/cmdr_dsl_parameter.html.
︙ | ︙ | |||
101 102 103 104 105 106 107 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> | | | 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> <h1 class="title">cmdr-spec-dsl-parameter(n) 1.0 doc "Cmdr, a framework for command line parsing and dispatch"</h1> <div id="name" class="section"><h2><a name="name">Name</a></h2> <p>cmdr-spec-dsl-parameter - Cmdr - Parameter Specification Language</p> </div> <div id="toc" class="section"><h2><a name="toc">Table Of Contents</a></h2> <ul class="toc"> <li class="section"><a href="#toc">Table Of Contents</a></li> <li class="section"><a href="#synopsis">Synopsis</a></li> |
︙ | ︙ |
Changes to embedded/www/doc/files/cmdr_dsl_private.html.
︙ | ︙ | |||
101 102 103 104 105 106 107 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> | | | 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> <h1 class="title">cmdr-spec-dsl-private(n) 1.0 doc "Cmdr, a framework for command line parsing and dispatch"</h1> <div id="name" class="section"><h2><a name="name">Name</a></h2> <p>cmdr-spec-dsl-private - Cmdr - Private Specification Language</p> </div> <div id="toc" class="section"><h2><a name="toc">Table Of Contents</a></h2> <ul class="toc"> <li class="section"><a href="#toc">Table Of Contents</a></li> <li class="section"><a href="#synopsis">Synopsis</a></li> |
︙ | ︙ |
Changes to embedded/www/doc/files/cmdr_flow.html.
︙ | ︙ | |||
101 102 103 104 105 106 107 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> | | | 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> <h1 class="title">cmdr-spec-flow(n) 1.0 doc "Cmdr, a framework for command line parsing and dispatch"</h1> <div id="name" class="section"><h2><a name="name">Name</a></h2> <p>cmdr-spec-flow - Cmdr - Runtime Processing Flow</p> </div> <div id="toc" class="section"><h2><a name="toc">Table Of Contents</a></h2> <ul class="toc"> <li class="section"><a href="#toc">Table Of Contents</a></li> <li class="section"><a href="#section1">Description</a></li> |
︙ | ︙ |
Changes to embedded/www/doc/files/cmdr_help.html.
︙ | ︙ | |||
101 102 103 104 105 106 107 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> | | | 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> <h1 class="title">cmdr::help(n) 1.0 doc "Cmdr, a framework for command line parsing and dispatch"</h1> <div id="name" class="section"><h2><a name="name">Name</a></h2> <p>cmdr::help - Cmdr - (Internal) Utilities for help text formatting and setup</p> </div> <div id="toc" class="section"><h2><a name="toc">Table Of Contents</a></h2> <ul class="toc"> <li class="section"><a href="#toc">Table Of Contents</a></li> <li class="section"><a href="#synopsis">Synopsis</a></li> |
︙ | ︙ |
Changes to embedded/www/doc/files/cmdr_help_json.html.
︙ | ︙ | |||
101 102 103 104 105 106 107 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> | | | 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> <h1 class="title">cmdr::help::json(n) 1.0 doc "Cmdr, a framework for command line parsing and dispatch"</h1> <div id="name" class="section"><h2><a name="name">Name</a></h2> <p>cmdr::help::json - Cmdr - Formatting help as JSON object</p> </div> <div id="toc" class="section"><h2><a name="toc">Table Of Contents</a></h2> <ul class="toc"> <li class="section"><a href="#toc">Table Of Contents</a></li> <li class="section"><a href="#synopsis">Synopsis</a></li> |
︙ | ︙ |
Changes to embedded/www/doc/files/cmdr_help_sql.html.
︙ | ︙ | |||
101 102 103 104 105 106 107 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> | | | 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> <h1 class="title">cmdr::help::sql(n) 1.0 doc "Cmdr, a framework for command line parsing and dispatch"</h1> <div id="name" class="section"><h2><a name="name">Name</a></h2> <p>cmdr::help::sql - Cmdr - Formatting help as series of SQL commands</p> </div> <div id="toc" class="section"><h2><a name="toc">Table Of Contents</a></h2> <ul class="toc"> <li class="section"><a href="#toc">Table Of Contents</a></li> <li class="section"><a href="#synopsis">Synopsis</a></li> |
︙ | ︙ |
Changes to embedded/www/doc/files/cmdr_helpformats.html.
︙ | ︙ | |||
101 102 103 104 105 106 107 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> | | | 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> <h1 class="title">cmdr-user-helpformats(n) 1.0 doc "Cmdr, a framework for command line parsing and dispatch"</h1> <div id="name" class="section"><h2><a name="name">Name</a></h2> <p>cmdr-user-helpformats - Cmdr - Writing custom help formats</p> </div> <div id="toc" class="section"><h2><a name="toc">Table Of Contents</a></h2> <ul class="toc"> <li class="section"><a href="#toc">Table Of Contents</a></li> <li class="section"><a href="#synopsis">Synopsis</a></li> |
︙ | ︙ |
Changes to embedded/www/doc/files/cmdr_howto_development.html.
︙ | ︙ | |||
101 102 103 104 105 106 107 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> | | | 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> <h1 class="title">cmdr_development(n) 1.0 doc "Cmdr, a framework for command line parsing and dispatch"</h1> <div id="name" class="section"><h2><a name="name">Name</a></h2> <p>cmdr_development - Cmdr - The Developer's Guide</p> </div> <div id="toc" class="section"><h2><a name="toc">Table Of Contents</a></h2> <ul class="toc"> <li class="section"><a href="#toc">Table Of Contents</a></li> <li class="section"><a href="#section1">Description</a></li> |
︙ | ︙ |
Changes to embedded/www/doc/files/cmdr_howto_get_sources.html.
︙ | ︙ | |||
101 102 103 104 105 106 107 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> | | | 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> <h1 class="title">cmdr-howto-get-sources(n) 1.0 doc "Cmdr, a framework for command line parsing and dispatch"</h1> <div id="name" class="section"><h2><a name="name">Name</a></h2> <p>cmdr-howto-get-sources - Cmdr - How To Get The Sources</p> </div> <div id="toc" class="section"><h2><a name="toc">Table Of Contents</a></h2> <ul class="toc"> <li class="section"><a href="#toc">Table Of Contents</a></li> <li class="section"><a href="#section1">Description</a></li> |
︙ | ︙ |
Changes to embedded/www/doc/files/cmdr_howto_installation.html.
︙ | ︙ | |||
101 102 103 104 105 106 107 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> | | | 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> <h1 class="title">cmdr-installation(n) 1.0 doc "Cmdr, a framework for command line parsing and dispatch"</h1> <div id="name" class="section"><h2><a name="name">Name</a></h2> <p>cmdr-installation - Cmdr - The Installer's Guide</p> </div> <div id="toc" class="section"><h2><a name="toc">Table Of Contents</a></h2> <ul class="toc"> <li class="section"><a href="#toc">Table Of Contents</a></li> <li class="section"><a href="#section1">Description</a></li> |
︙ | ︙ |
Changes to embedded/www/doc/files/cmdr_introduction.html.
︙ | ︙ | |||
101 102 103 104 105 106 107 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> | | | 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> <h1 class="title">cmdr-introduction(n) 1.0 doc "Cmdr, a framework for command line parsing and dispatch"</h1> <div id="name" class="section"><h2><a name="name">Name</a></h2> <p>cmdr-introduction - Cmdr - Introduction to the project</p> </div> <div id="toc" class="section"><h2><a name="toc">Table Of Contents</a></h2> <ul class="toc"> <li class="section"><a href="#toc">Table Of Contents</a></li> <li class="section"><a href="#section1">Description</a></li> |
︙ | ︙ |
Changes to embedded/www/doc/files/cmdr_license.html.
︙ | ︙ | |||
101 102 103 104 105 106 107 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> | | | 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> <h1 class="title">cmdr-license(n) 1.0 doc "Cmdr, a framework for command line parsing and dispatch"</h1> <div id="name" class="section"><h2><a name="name">Name</a></h2> <p>cmdr-license - Cmdr - License</p> </div> <div id="toc" class="section"><h2><a name="toc">Table Of Contents</a></h2> <ul class="toc"> <li class="section"><a href="#toc">Table Of Contents</a></li> <li class="section"><a href="#section1">Description</a></li> |
︙ | ︙ |
Changes to embedded/www/doc/files/cmdr_officer.html.
︙ | ︙ | |||
101 102 103 104 105 106 107 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> | | | 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> <h1 class="title">cmdr::officer(n) 1.0 doc "Cmdr, a framework for command line parsing and dispatch"</h1> <div id="name" class="section"><h2><a name="name">Name</a></h2> <p>cmdr::officer - Cmdr - (Internal) Aggregation of multiple commands for dispatch.</p> </div> <div id="toc" class="section"><h2><a name="toc">Table Of Contents</a></h2> <ul class="toc"> <li class="section"><a href="#toc">Table Of Contents</a></li> <li class="section"><a href="#synopsis">Synopsis</a></li> |
︙ | ︙ |
Changes to embedded/www/doc/files/cmdr_parameter.html.
︙ | ︙ | |||
101 102 103 104 105 106 107 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> | | | 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> <h1 class="title">cmdr::parameter(n) 1.0 doc "Cmdr, a framework for command line parsing and dispatch"</h1> <div id="name" class="section"><h2><a name="name">Name</a></h2> <p>cmdr::parameter - Cmdr - (Partially internal) Command parameters</p> </div> <div id="toc" class="section"><h2><a name="toc">Table Of Contents</a></h2> <ul class="toc"> <li class="section"><a href="#toc">Table Of Contents</a></li> <li class="section"><a href="#synopsis">Synopsis</a></li> |
︙ | ︙ |
Changes to embedded/www/doc/files/cmdr_private.html.
︙ | ︙ | |||
101 102 103 104 105 106 107 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> | | | 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> <h1 class="title">cmdr::private(n) 1.0 doc "Cmdr, a framework for command line parsing and dispatch"</h1> <div id="name" class="section"><h2><a name="name">Name</a></h2> <p>cmdr::private - Cmdr - (Internal) Single command handling, options, and arguments</p> </div> <div id="toc" class="section"><h2><a name="toc">Table Of Contents</a></h2> <ul class="toc"> <li class="section"><a href="#toc">Table Of Contents</a></li> <li class="section"><a href="#synopsis">Synopsis</a></li> |
︙ | ︙ |
Changes to embedded/www/doc/files/cmdr_util.html.
︙ | ︙ | |||
101 102 103 104 105 106 107 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> | | | 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> <h1 class="title">cmdr::util(n) 1.0 doc "Cmdr, a framework for command line parsing and dispatch"</h1> <div id="name" class="section"><h2><a name="name">Name</a></h2> <p>cmdr::util - Cmdr - (Internal) General Utilities</p> </div> <div id="toc" class="section"><h2><a name="toc">Table Of Contents</a></h2> <ul class="toc"> <li class="section"><a href="#toc">Table Of Contents</a></li> <li class="section"><a href="#synopsis">Synopsis</a></li> |
︙ | ︙ |
Changes to embedded/www/doc/files/cmdr_validate.html.
︙ | ︙ | |||
101 102 103 104 105 106 107 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> | | | 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> <h1 class="title">cmdr::validate(n) 1.0 doc "Cmdr, a framework for command line parsing and dispatch"</h1> <div id="name" class="section"><h2><a name="name">Name</a></h2> <p>cmdr::validate - Cmdr - Standard validation types for parameters</p> </div> <div id="toc" class="section"><h2><a name="toc">Table Of Contents</a></h2> <ul class="toc"> <li class="section"><a href="#toc">Table Of Contents</a></li> <li class="section"><a href="#synopsis">Synopsis</a></li> |
︙ | ︙ |
Changes to embedded/www/doc/files/cmdr_vcommon.html.
︙ | ︙ | |||
101 102 103 104 105 106 107 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> | | | 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> <h1 class="title">cmdr::validate::common(n) 1.0 doc "Cmdr, a framework for command line parsing and dispatch"</h1> <div id="name" class="section"><h2><a name="name">Name</a></h2> <p>cmdr::validate::common - Cmdr - Utilities for Validation Types</p> </div> <div id="toc" class="section"><h2><a name="toc">Table Of Contents</a></h2> <ul class="toc"> <li class="section"><a href="#toc">Table Of Contents</a></li> <li class="section"><a href="#synopsis">Synopsis</a></li> |
︙ | ︙ |
Changes to embedded/www/doc/files/cmdr_vtypes.html.
︙ | ︙ | |||
101 102 103 104 105 106 107 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> | | | 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 | <body><div class="doctools"> <hr> [ <a href="../../../../../../home">Home</a> | <a href="../../toc.html">Main Table Of Contents</a> | <a href="../toc.html">Table Of Contents</a> | <a href="../../index.html">Keyword Index</a> ] <hr> <h1 class="title">cmdr-user-vtypes(n) 1.0 doc "Cmdr, a framework for command line parsing and dispatch"</h1> <div id="name" class="section"><h2><a name="name">Name</a></h2> <p>cmdr-user-vtypes - Cmdr - Writing custom validation types</p> </div> <div id="toc" class="section"><h2><a name="toc">Table Of Contents</a></h2> <ul class="toc"> <li class="section"><a href="#toc">Table Of Contents</a></li> <li class="section"><a href="#synopsis">Synopsis</a></li> |
︙ | ︙ |
Changes to help.tcl.
︙ | ︙ | |||
506 507 508 509 510 511 512 | return $categories } # # ## ### ##### ######## ############# ##################### ## Ready | | | 506 507 508 509 510 511 512 513 | return $categories } # # ## ### ##### ######## ############# ##################### ## Ready package provide cmdr::help 1.0 |
Changes to help_json.tcl.
1 2 3 4 5 6 7 | ## -*- tcl -*- # # ## ### ##### ######## ############# ##################### ## CMDR - Help - JSON format. Not available by default. ## Require this package before creation a commander, so that the ## mdr::help heuristics see and automatically integrate the format. # @@ Meta Begin | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ## -*- tcl -*- # # ## ### ##### ######## ############# ##################### ## CMDR - Help - JSON format. Not available by default. ## Require this package before creation a commander, so that the ## mdr::help heuristics see and automatically integrate the format. # @@ Meta Begin # Package cmdr::help::json 1.0 # Meta author {Andreas Kupries} # Meta location https://core.tcl.tk/akupries/cmdr # Meta platform tcl # Meta summary Formatting help as JSON object. # Meta description Formatting help as JSON object. # Meta subject {command line} # Meta require {Tcl 8.5-} |
︙ | ︙ | |||
197 198 199 200 201 202 203 | proc ::cmdr::help::format::JSON::astring {string} { regsub -all -- {[ \n\t]+} $string { } string return [json::write string [string trim $string]] } # # ## ### ##### ######## ############# ##################### ## Ready | | | 197 198 199 200 201 202 203 204 | proc ::cmdr::help::format::JSON::astring {string} { regsub -all -- {[ \n\t]+} $string { } string return [json::write string [string trim $string]] } # # ## ### ##### ######## ############# ##################### ## Ready package provide cmdr::help::json 1.0 |
Changes to help_sql.tcl.
1 2 3 4 5 6 7 | ## -*- tcl -*- # # ## ### ##### ######## ############# ##################### ## CMDR - Help - SQL format. Not available by default. ## Require this package before creation a commander, so that the ## mdr::help heuristics see and automatically integrate the format. # @@ Meta Begin | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ## -*- tcl -*- # # ## ### ##### ######## ############# ##################### ## CMDR - Help - SQL format. Not available by default. ## Require this package before creation a commander, so that the ## mdr::help heuristics see and automatically integrate the format. # @@ Meta Begin # Package cmdr::help::sql 1.0 # Meta author {Andreas Kupries} # Meta location https://core.tcl.tk/akupries/cmdr # Meta platform tcl # Meta summary Formatting help as series of SQL commands. # Meta description Formatting help as series of SQL commands. # Meta subject {command line} # Meta require {Tcl 8.5-} |
︙ | ︙ | |||
289 290 291 292 293 294 295 | pid INTEGER REFERENCES parameters ); CREATE INDEX fname on flags ( name ); } } # # ## ### ##### ######## ############# ##################### ## Ready | | | 289 290 291 292 293 294 295 296 | pid INTEGER REFERENCES parameters ); CREATE INDEX fname on flags ( name ); } } # # ## ### ##### ######## ############# ##################### ## Ready package provide cmdr::help::sql 1.0 |
Changes to officer.tcl.
︙ | ︙ | |||
639 640 641 642 643 644 645 | myreplexit myhandler # # ## ### ##### ######## ############# } # # ## ### ##### ######## ############# ##################### ## Ready | | | 639 640 641 642 643 644 645 646 | myreplexit myhandler # # ## ### ##### ######## ############# } # # ## ### ##### ######## ############# ##################### ## Ready package provide cmdr::officer 1.0 |
Changes to parameter.tcl.
︙ | ︙ | |||
1203 1204 1205 1206 1207 1208 1209 | myisundefined mynopromote # # ## ### ##### ######## ############# } # # ## ### ##### ######## ############# ##################### ## Ready | | | 1203 1204 1205 1206 1207 1208 1209 1210 | myisundefined mynopromote # # ## ### ##### ######## ############# } # # ## ### ##### ######## ############# ##################### ## Ready package provide cmdr::parameter 1.0 |
Changes to private.tcl.
︙ | ︙ | |||
165 166 167 168 169 170 171 | variable myarguments mycmd myinit myconfig myhandler # # ## ### ##### ######## ############# } # # ## ### ##### ######## ############# ##################### ## Ready | | | 165 166 167 168 169 170 171 172 | variable myarguments mycmd myinit myconfig myhandler # # ## ### ##### ######## ############# } # # ## ### ##### ######## ############# ##################### ## Ready package provide cmdr::private 1.0 |
Changes to util.tcl.
︙ | ︙ | |||
66 67 68 69 70 71 72 | lappend r $k [dict get $dict $k] } return $r } # # ## ### ##### ######## ############# ##################### ## Ready | | | 66 67 68 69 70 71 72 73 | lappend r $k [dict get $dict $k] } return $r } # # ## ### ##### ######## ############# ##################### ## Ready package provide cmdr::util 1.0 |
Changes to validate.tcl.
︙ | ︙ | |||
317 318 319 320 321 322 323 | if {![file readable $path]} {return 0} if {![file writable $path]} {return 0} return 1 } # # ## ### ##### ######## ############# ##################### ## Ready | | | 317 318 319 320 321 322 323 324 325 | if {![file readable $path]} {return 0} if {![file writable $path]} {return 0} return 1 } # # ## ### ##### ######## ############# ##################### ## Ready package provide cmdr::validate 1.0 return |
Changes to vcommon.tcl.
︙ | ︙ | |||
105 106 107 108 109 110 111 | debug.cmdr/validate/common {= [join $candidates "\n= "]} 10 return $candidates } # # ## ### ##### ######## ############# ##################### ## Ready | | | 105 106 107 108 109 110 111 112 113 | debug.cmdr/validate/common {= [join $candidates "\n= "]} 10 return $candidates } # # ## ### ##### ######## ############# ##################### ## Ready package provide cmdr::validate::common 1.0 return |