srz-zumix / wandbox-api

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

`$ wandbox help` is not work #3

Closed Fuyutsubaki closed 4 years ago

Fuyutsubaki commented 4 years ago

https://github.com/srz-zumix/wandbox-api/blob/787612e5bba4ce0bb3e5d7296a262a7df25faceb/wandbox/cli.py#L138

args.command is not exist

srz-zumix commented 4 years ago

fixed: #6

$ 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
srz-zumix commented 4 years ago

Thank you for reporting! I released version 0.9.4 which fixes the problem.