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

mod bin "Commands/Bin"
mod lang "Commands/Lang"
mod setup "Commands/Setup"

help:
    just --list --list-submodules
