Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/CommandLineParser.cpp

    rbcd072 r97ebf8  
    3636void CommandLineParser::Parse()
    3737{
    38   po::store(po::command_line_parser(argc,argv).options(cmdline_options).run(), vm);
    39   po::store(po::command_line_parser(argc,argv).options(visible).run(), vm);
     38  po::store(po::command_line_parser(argc,argv).options(cmdline_options).options(visible).positional(inputfile).run(), vm);
    4039  ifstream input;
    4140  input.open("example.cfg");
     
    4544  po::notify(vm);
    4645}
     46
     47
    4748
    4849/** States whether there are command line arguments.
Note: See TracChangeset for help on using the changeset viewer.