parse-arguments[syntax] parse-arguments args clause1 clause2 ...STklos: command-line argument parser. Clause's format is like this: <clause> ⇒ string | <list-clause> <list clause> ⇒ (<option descr> <expr> ...) | (else <expr> ...) <option descr> ⇒ (<option name> `(<keyword> value)*) <option name> ⇒ string <keyword> ⇒ :alternate | :arg | :help Help document feature is integrated. Short options can be concatenated. Similar features are provided in some implementations under different names: getopt?, parse-options?, args-fold. | About This SiteHome Alphabetical Indexa b c d e f g h i j k l m n o p q r s t u v w x y z other ConceptsConcept:CaseSensitivity Concept:ExtendedLambdaList Concept:FileSystem Concept:HashTable Concept:Module Concept:Networking Concept:ObjectSystem Concept:Process Concept:RegularExpression Concept:UserGroup Implementations
External Links |