set shell := ["bash", "-cu"]

mod local "Commands/Local"
mod remote "Commands/Remote"

# Show the full command tree.
help:
    @just --list --list-submodules
