dcli

Modules

program_commands
module dcli.program_commands

Handles program commands, which are arguments passed to a program that are not prefixed with - or --. So that you handle programs that can be executed in this format:

program_options
module dcli.program_options

Handles program options which are arguments passed with a leading - or -- and followed by a value