Update main.cpp

master
CompiledCode 3 years ago
parent ac8ed08e43
commit b631bdcf9a

@ -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..." )

Loading…
Cancel
Save