kountable / Bot

0 stars 1 forks source link

Python Docopts Bot #10

Open Awinja-j opened 4 years ago

Awinja-j commented 4 years ago

Background:

docopt is based on conventions that have been used for decades in help messages and man pages for describing a program's interface. An interface description in docopt is such a help message, but formalized.

To Do: Create docopts.py Create

  1. Introduction message
  2. Help command
  3. Options command
  4. usage command
  5. FAQ commands

Refrence http://docopt.org/