cyclient.commands.namespace
cyclient.commands.namespace(self, namespace, verbose=False)
List all available commands in a namespace.
namespacea namespace as listed in rest.cyclient.commands.list().verboseprint more
cyclient.commands.list
cyclient.commands.list_namespaces(self, verbose=False)
List all available command namespaces.
cyclient.commands.command
cyclient.commands.command(self, namespace, command, verbose=False)
List the arguments of a command.
namespacea namespace as listed in rest.cyclient.commands.list().commanda commands as listed in rest.cyclient.commands.namespace(). verboseprint more