pryv.cli

This module defines pryv’s Command Line Interface. It defines the interface’s groups and commands.

pryv.cli.start_options(cmd)

Applies the start options to the given command.

Parameters:cmd (function) – The command.
Returns:A command.
Return type:function