mirror of
https://git.proxmox.com/git/cargo
synced 2025-08-18 12:54:23 +00:00
833 B
833 B
my-command(1)
NAME
my-command - A brief description
SYNOPSIS
my-command
[--abc
| --xyz
] name
my-command
[-f
file]
my-command
(-m
| -M
) [oldbranch] newbranch
my-command
(-d
| -D
) [-r
] branchname...
DESCRIPTION
A description of the command.
- One
- Sub one
- Sub two
- Two
- Three
OPTIONS
Command options
{{#options}}
{{#option "--foo-bar
"}}
Demo emphasis, strong, strike
{{/option}}
{{#option "-p
spec" "--package
spec"}}
This has multiple flags.
{{/option}}
{{#option "named-arg..."}} A named argument. {{/option}}
{{/options}}
Common Options
{{> options-common}}
EXAMPLES
-
An example
my-command --abc
-
Another example
my-command --xyz
SEE ALSO
{{man "other-command" 1}} {{man "abc" 7}}