click - python option 처리 모듈

Page content

http://click.pocoo.org/5/

C로 프로그램을 짤 때 사용할 표준 포맷도 이렇게 해야겠다.

$ python hello.py --help
Usage: hello.py [OPTIONS]

  Simple program that greets NAME for a total of COUNT times.

Options:
  --count INTEGER  Number of greetings.
  --name TEXT      The person to greet.
  --help           Show this message and exit.