Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

click

  1. link
  2. draft00.py 一个糟糕的栗子,但也不算是太糟糕
    • python draft00.py --help
    • python draft00.py --count 2
    • python draft00.py --name world
  3. ws_xxx来自于click-example中的栗子
  4. similar package
    • optparse
    • argparse
    • Docopt