悪いこと言わないからstd.getopt使うことをお勧めするよ。
class CommandLineException: etc.negui.input.inputif.InputException;
class CommandLine;
コマンドライン引数。
const Text executePath;
const _NTEXT!(wchar)[] args;
Text option;
Text pairSplit;
this(in wchar* CommandLineSrc
, bool ExecutePath
);
- Params:
- wchar* CommandLineSrc
- C形式のコマンドライン文字列。
- bool ExecutePath
- CommandLineSrcの先頭を実行パスとして扱うか。
static _NTEXT!(wchar)[][_NTEXT!(wchar)] pairs(in _NTEXT!(wchar)[] Args
, in Text Option
, in Text PairSplit
);
const _NTEXT!(wchar)[][_NTEXT!(wchar)] pairs();
static _NTEXT!(wchar)[] singles(in _NTEXT!(wchar)[] Args
, in Text Option
);
const _NTEXT!(wchar)[] singles();
const _NTEXT!(wchar)[] options();