CLI Tool Vocabulary

Practice CLI tool vocabulary: subcommands, positional arguments vs flags, --help flag, bash completion, distribution channels, and idiomatic CLI design language.

0 / 5 completed
1 / 5
In 'git commit -m "message"', 'commit' is a ___ and '-m' is a ___.