Flags
BrainRot Lang CLI supports a small set of global flags. Flags are prefixed with -- (long form) or - (short form).
Available Flags
| Flag | Short | Description |
|---|---|---|
--help | -h | Print usage info and available commands |
--version | -v | Print interpreter version and exit |
Usage
terminal
# --version / -v : Print the interpreter version
brainrot --version
# BrainRot Lang v1.0.0
# --help / -h : Print usage info
brainrot --help