Get command line options
name | Specify the command line option name to get. |
If a command line option is specified, its value is returned, otherwise void is returned.
Command line options must be passed to Kirikiri in the form -name = value or -name.
In the former case, value is returned as the value, and in the former case,'yes' is returned as the value.