• Tudor Bosman's avatar
    Helper for writing nested command line apps · 5532f19f
    Tudor Bosman authored
    Summary: Many command line apps are of the form
    "program [--global_options] command [--command_options] args..."
    
    Make writing such things less painful.
    
    +jdelong because smcc
    
    Reviewed By: @meyering
    
    Differential Revision: D2217248
    5532f19f
NestedCommandLineAppTest.cpp 3.27 KB