forked from scallop/scallop
-
Notifications
You must be signed in to change notification settings - Fork 0
Notes
Rogach edited this page Jul 3, 2012
·
3 revisions
Here go some things, that do not fit in other sections and yet do not deserve a separate section.
-
Option names starting with digit are not allowed - since they would be parsed as numbers. On the other side, you can use digits in the remainder of the option name.
-
You can put all the arguments into a file (multi-line, if you wish), and pass it in as
program @file. -
Also you can make an app read arguments from
stdin-program @--. -
--ends parsing of options - everything after it is considered to be a trailing argument.