From 720ea1f274a3d37b6fd8f63ffcc8fa4ea07f2dfa Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Mon, 8 May 2023 19:20:15 +0100 Subject: python/python2-docopt: Added (CLI description language) Signed-off-by: bedlam Signed-off-by: Willy Sudiarto Raharjo --- python/python2-docopt/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 python/python2-docopt/README (limited to 'python/python2-docopt/README') diff --git a/python/python2-docopt/README b/python/python2-docopt/README new file mode 100644 index 0000000000..d7acb7f8d8 --- /dev/null +++ b/python/python2-docopt/README @@ -0,0 +1,5 @@ +python2-docopt (Command-line interface description language) + +docopt helps you + - define interface for your command-line app + - automatically generate parser for it. -- cgit v1.2.3