[bsb.commands]
commands=bsb.cli.commands._commands
projects=bsb.cli.commands._projects

[bsb.options]
config=bsb._options:config
debug_pool=bsb._options:debug_pool
profiling=bsb._options:profiling
quiet=bsb._options:quiet
sim_console_progress=bsb._options:sim_console_progress
sudo=bsb._options:sudo
verbosity=bsb._options:verbosity
version=bsb._options:version

[bsb.storage.engines]
fs=bsb.storage.fs

[console_scripts]
bsb=bsb.cli:handle_cli

