diff --git a/src/main.cpp b/src/main.cpp index 851b131..e0bea89 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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..." )