adonisjs / ace

Node.js framework for creating command line applications
MIT License
366 stars 35 forks source link

Can't create command with optional argument #144

Closed mushketer888 closed 2 years ago

mushketer888 commented 2 years ago

Can't create command with optional argument

For example I want to use arguments OR prompt

Would be helpful to have something like: @args.string({required: false}) So it would be null by default

mushketer888 commented 2 years ago

Sorry there is such option