bsb.cli.commands package¶
Module contents¶
Contains all of the logic required to create commands. It should always suffice to import just this module for a user to create their own commands.
Inherit from BaseCommand
for regular CLI style commands, or from
BsbCommand
if you want more freedom in what exactly constitutes a command to the
BSB.
- class bsb.cli.commands.BaseCommand[source]¶
Bases:
BsbCommand
- class bsb.cli.commands.RootCommand[source]¶
Bases:
BaseCommand
- name = 'bsb'¶