Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Command Reference

safe-chains knows 458 commands across 34 categories.

Glossary

TermMeaning
Allowed standalone flagsFlags that take no value (--verbose, -v). Listed on flat commands.
FlagsSame as standalone flags, but in the shorter format used within subcommand entries.
Allowed valued flagsFlags that require a value (--output file, -j 4).
ValuedSame as valued flags, in shorter format within subcommand entries.
Bare invocation allowedThe command can be run with no arguments at all.
SubcommandsNamed subcommands that are allowed (e.g. git log, cargo test).
Positional arguments onlyNo specific flags are listed; only positional arguments are accepted.
(requires –flag)A guarded subcommand that is only allowed when a specific flag is present (e.g. cargo fmt requires --check).

Unlisted flags, subcommands, and commands are not allowed.