From 4651e48d37f96f40c97c776245c4b18599e2e503 Mon Sep 17 00:00:00 2001 From: Konstantin Molchanov Date: Thu, 4 Jul 2013 23:53:08 +0400 Subject: [PATCH] [+] Scenarios: CLI: Added docopt description. --- docs/scenarios/cli.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/scenarios/cli.rst b/docs/scenarios/cli.rst index bc952c7..2416125 100644 --- a/docs/scenarios/cli.rst +++ b/docs/scenarios/cli.rst @@ -7,3 +7,8 @@ Clint ----- .. todo:: Write about Clint + +docopt +------ + +`docopt `_ is a lightweight, highly Pythonic package that allows creating command line interfaces easily and intuitively, by parsing POSIX-style usage instructions.