CleverCloud / cliparse-node

Declarative CLI parsing for node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for variadic arguments

divarvel opened this issue · comments

Right now, CLI parse only supports a fixed number of arguments.
What needs to be done:

  • the declaration syntax
  • the implementation