salmon.commands module

Documentation for this module can be found in Salmon commandline interface

exception salmon.commands.SalmonCommandError(message)[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]