From b631bdcf9a409aa3c44f167e8fe488018a1f95ee Mon Sep 17 00:00:00 2001 From: Compiled-Code Date: Sat, 26 Jun 2021 01:01:15 -0400 Subject: [PATCH] Update main.cpp --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index 2ceb500..6a126a2 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..." )