prosopo / protocol

GNU General Public License v3.0
3 stars 4 forks source link

Cli pass through parameters #349

Closed goastler closed 1 year ago

goastler commented 1 year ago

Enable passing through any commands to sub-commands of the cli. E.g. passing parameters through to cargo currently requires you to replicate the parameter in yargs and pass it through. Instead (this way), any unrecognised parameters get passed straight through yargs and directly to cargo