Changeset 2e06c4 for molecuilder/src/CommandLineParser.cpp
- Timestamp:
- May 15, 2010, 5:56:57 PM (16 years ago)
- Children:
- 356180, 494bf6
- Parents:
- dbec4e
- git-author:
- Frederik Heber <heber@…> (05/14/10 20:14:27)
- git-committer:
- Frederik Heber <heber@…> (05/15/10 17:56:57)
- File:
-
- 1 edited
-
molecuilder/src/CommandLineParser.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/CommandLineParser.cpp
rdbec4e r2e06c4 36 36 void CommandLineParser::Parse() 37 37 { 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); 40 39 ifstream input; 41 40 input.open("example.cfg"); … … 45 44 po::notify(vm); 46 45 } 46 47 47 48 48 49 /** States whether there are command line arguments.
Note:
See TracChangeset
for help on using the changeset viewer.
