![]() |
CernVM-FS
2.12.0
|
#include <cmd_help.h>
Public Member Functions | |
CmdHelp (CommandList *commands) | |
virtual std::string | GetName () const |
virtual std::string | GetBrief () const |
virtual std::string | GetUsage () const |
virtual unsigned | GetMinPlainArgs () const |
virtual ParameterList | GetParams () const |
virtual int | Main (const Options &options) |
![]() | |
virtual | ~Command () |
virtual std::string | GetDescription () const |
std::string | GetExamples () const |
virtual bool | IsHidden () const |
Options | ParseOptions (int argc, char **argv) |
std::string | progname () const |
Private Attributes | |
CommandList * | commands_ |
Additional Inherited Members | |
![]() | |
typedef std::vector< Parameter > | ParameterList |
![]() | |
virtual std::vector< std::string > | DoGetExamples () const |
Definition at line 14 of file cmd_help.h.
|
inlineexplicit |
Definition at line 16 of file cmd_help.h.
|
inlinevirtual |
A one-line explanation of what the command does
Implements publish::Command.
Definition at line 18 of file cmd_help.h.
|
inlinevirtual |
The command needs at least so many non-parameter arguments (e.g. fqrn)
Reimplemented from publish::Command.
Definition at line 22 of file cmd_help.h.
|
inlinevirtual |
Used to call the command as cvmfs_server $GetName() ...
Implements publish::Command.
Definition at line 17 of file cmd_help.h.
|
inlinevirtual |
Returns the ordered array of possible parameters to this command
Implements publish::Command.
Definition at line 23 of file cmd_help.h.
|
inlinevirtual |
Reimplemented from publish::Command.
Definition at line 21 of file cmd_help.h.
|
virtual |
The dictionary of passed arguments can be obtained by a call to ParseOptions()
Implements publish::Command.
Definition at line 20 of file cmd_help.cc.
|
private |
Definition at line 28 of file cmd_help.h.