diff --git a/docs/scenarios/cli.rst b/docs/scenarios/cli.rst index cea7a3f6c..be84ed558 100644 --- a/docs/scenarios/cli.rst +++ b/docs/scenarios/cli.rst @@ -3,7 +3,15 @@ Command Line Applications .. todo:: Explain "Command Line Applications" +Simple command line applications using sys.argv. The standard argparse is cumbersome. + + Clint ----- -.. todo:: Write about Clint \ No newline at end of file +.. todo:: Write about Clint + +Docopt +------ + +.. todo:: Write about Docopt