Template code to start development of command-line tools.
Code is able to:
- parse arguments
- perform logging
- perform http requests
- produce output in human and machine consumable way
Would be nice to have:
- keep cookie files
- run some other cli programs, supply args and get ouput
- ask user for secret data
Most of command line tools require the same features. These templates could save time
from reimplementing basic functionality each time.