Open mih opened 1 month ago
The example in the readme contains this line
parameter = ['first', 'second', 'output']
What is the purpose of this declaration?
It seems that this information can be parsed directly from a given command, and that a user would need to match a parse result exactly, or face an error. If that is true, this is fully redundant and should be removed from the specification.
The example in the readme contains this line
What is the purpose of this declaration?
It seems that this information can be parsed directly from a given command, and that a user would need to match a parse result exactly, or face an error. If that is true, this is fully redundant and should be removed from the specification.