salmon.commands module

Documentation for this module can be found in Salmon commandline interface

exception salmon.commands.SalmonCommandError(message: str)[source]

Bases: click.exceptions.ClickException

Like ClickException, but it doesn’t prepend messages with “Error”

Useful if you want to give a non-zero exit code that’s not really an error per se

show(file=None)[source]
salmon.commands.daemon_start(command, additional_options=[], *args, **kwargs)[source]

Wrap a command function with common daemon start parameters