|
|
|
@ -10,6 +10,7 @@
|
|
|
|
|
int __cdecl main( int argc, const char *argv[] )
|
|
|
|
|
{
|
|
|
|
|
argparse::argument_parser_t cli_parser( "llo stage-one", "llo stage one demo" );
|
|
|
|
|
|
|
|
|
|
cli_parser.add_argument()
|
|
|
|
|
.names( { "-i", "--input" } )
|
|
|
|
|
.description( "input file, must be a supported file format..." )
|
|
|
|
|