Action With Args

usage: action_with_args.py {echo|split|double|reverse} TEXT [--help]

Positional arguments

Actions

echo

Echo the provided text

split

Split the provided text so that each word is on a new line

double

Print the provided text twice

reverse

Reverse the provided text

TEXT [TEXT ...]

The text to print

Optional arguments

--help, -h

Show this help message and exit