qiita icon indicating copy to clipboard operation
qiita copied to clipboard

Plugin structure does not support POSIX command argument structure

Open josenavas opened this issue 7 years ago • 0 comments

The way optional parameters are represented are by providing a default value. This is not always the case and the POSIX command argument structure does represent this correctly.

The way commands are registered needs to be changed so optional parameters are specified explicitly rather than inferred from the fact that they've a default value.

See original discussion here

josenavas avatar May 31 '17 20:05 josenavas