criticalmanufacturing / cli

Critical Manufacturing Projects Command Line Tool
https://criticalmanufacturing.github.io/cli/
BSD 3-Clause "New" or "Revised" License
10 stars 23 forks source link

refactor(plugins)!: bypass System.CommandLine API when invoking plugins #302

Closed m-s- closed 1 year ago

m-s- commented 1 year ago

BREAKING CHANGE: -- is no longer needed/supported: all params are sent to plugin

This could use a refactor to use System.CommandLine more, but we're waiting for the customizable invocation pipeline they are planning to ship.