Docs/CLI reference

CLI reference

tama help

Prints the sealed public top-level command summary.

Prints the sealed public top-level command summary.

#Invocation

tama help
tama --help
tama -h
tama

The named command, both flag forms, and an invocation with no command select the same help path. It takes no required input or public options.

#Output and state

Tama writes usage beginning tama <command> and the public command list to stderr, performs no product action, and exits 0.

#Refusals and failures

The help path has no command-specific refusal. Any other unknown top-level command also prints the same usage, but exits 2 instead of 0.

Return to the complete CLI command tree.