]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rbd: support libraries for switching CLI processing to boost
authorJason Dillaman <dillaman@redhat.com>
Fri, 18 Sep 2015 20:24:20 +0000 (16:24 -0400)
committerJason Dillaman <dillaman@redhat.com>
Thu, 5 Nov 2015 21:11:53 +0000 (16:11 -0500)
commit77937ed44162b3e6cdc53b644649a68640cd4a64
tree4a7b260613171c5b7c5b02c59f1f347a390bb123
parentba39d331e8aaa23a6d538a711c7be4839fb93e85
rbd: support libraries for switching CLI processing to boost

Added new classes for registering CLI commands and associated
arguments and dynamically generating help messages.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/CMakeLists.txt
src/tools/Makefile-client.am
src/tools/rbd/IndentStream.cc [new file with mode: 0644]
src/tools/rbd/IndentStream.h [new file with mode: 0644]
src/tools/rbd/OptionPrinter.cc [new file with mode: 0644]
src/tools/rbd/OptionPrinter.h [new file with mode: 0644]
src/tools/rbd/Shell.cc [new file with mode: 0644]
src/tools/rbd/Shell.h [new file with mode: 0644]