srz-zumix / wandbox-api

Wandbox API for Python, and wrapper CLI commands
MIT License
11 stars 2 forks source link

wandbox help require subcommand #6

Closed srz-zumix closed 4 years ago

srz-zumix commented 4 years ago

fixed: #3

$ wandbox help
usage: wandbox help [-h] subcommand{list,compiler,lang,option,permlink,run}
wandbox help: error: the following arguments are required: subcommand
$ wandbox help permlink
usage: wandbox permlink [-h] id

get permlink

positional arguments:
  id          permlink id

optional arguments:
  -h, --help  show this help message and exit