cyclient.commands.namespace

cyclient.commands.namespace(self, namespace, verbose=False)

List all available commands in a namespace.

  • namespace a namespace as listed in rest.cyclient.commands.list().
  • verbose print 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.

  • namespace a namespace as listed in rest.cyclient.commands.list().
  • command a commands as listed in rest.cyclient.commands.namespace().
  • verbose print more