Ignore:
Timestamp:
May 8, 2010, 10:00:57 PM (15 years ago)
Author:
Frederik Heber <heber@…>
Children:
07d2cd
Parents:
13743e
Message:

New HelpAction that will print the help from boost::program_options.

  • new class CommandLineHelpAction that will print the boost::program_options help
  • therefore CommandLineParser::visible had to be made public
  • CommandLineHelpAction is instantiated in CommandLineWindow::populateParserActions()
File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/Makefile.am

    r13743e rae8b90  
    5151ACTIONSSOURCE = Actions/Action.cpp \
    5252  ${ATOMACTIONSOURCE} \
     53  ${CMDACTIONSOURCE} \
    5354  ${FRAGMENTATIONACTIONSOURCE} \
    5455  ${MOLECULEACTIONSOURCE} \
     
    6667ACTIONSHEADER = Actions/Action.hpp \
    6768  ${ATOMACTIONHEADER} \
     69  ${CMDACTIONHEADER} \
    6870  ${FRAGMENTATIONACTIONHEADER} \
    6971  ${MOLECULEACTIONHEADER} \
     
    8587ATOMACTIONHEADER =
    8688#  Actions/AtomAction/SomeAction.hpp
     89
     90CMDACTIONSOURCE = \
     91  Actions/CmdAction/HelpAction.cpp
     92CMDACTIONHEADER = \
     93  Actions/CmdAction/HelpAction.hpp
    8794
    8895FRAGMENTATIONACTIONSOURCE =
Note: See TracChangeset for help on using the changeset viewer.