Helper for writing nested command line apps
authorTudor Bosman <tudorb@fb.com>
Thu, 23 Jul 2015 14:30:52 +0000 (07:30 -0700)
committerfacebook-github-bot-1 <folly-bot@fb.com>
Thu, 23 Jul 2015 15:22:17 +0000 (08:22 -0700)
commit5532f19f7b604a9b12c79a1d0a4fe3b0ff74f3d1
treec36fcd06018af14a5b3fc818d73be950522e0c63
parent838cf14637f0c50fd8596a3de50c0fe79ab21735
Helper for writing nested command line apps

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
folly/Makefile.am
folly/experimental/NestedCommandLineApp.cpp [new file with mode: 0644]
folly/experimental/NestedCommandLineApp.h [new file with mode: 0644]
folly/experimental/test/NestedCommandLineAppExample.cpp [new file with mode: 0644]
folly/experimental/test/NestedCommandLineAppTest.cpp [new file with mode: 0644]
folly/experimental/test/NestedCommandLineAppTestHelper.cpp [new file with mode: 0644]