up: ARG | index | Zimbu documentation |
A Flag that includes all following arguments. The argument values are available as a list of strings. For example, with this flag: ARG.StringList args = NEW("a", "args", [], "the list of arguments")These arguments can be used: prog --args one -two three prog -a one -two three And will result in ["one", "-two", "three"]. The flag cannot be used more than once, because it consumes all the remaining arguments.
|
PROC NEW(string shortName, string longName, list<string> default, string doc) @public
FUNC $get() list<string> @public
FUNC $value() list<string> @public
|
Copyright 2009 Bram Moolenaar All Rights Reserved. |
Licensed under the Apache License, Version 2.0. See the LICENSE file or obtain a copy at: http://www.apache.org/licenses/LICENSE-2.0 |