Export-CrescendoModule should directly accept command objects #87
ethanbergstrom
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Since
New-CrescendoCommandalready exists, works well, and emits aCommandobject, it seems like an easy win from a scalable command generation and syntax checking/highlighting perspective forExport-CrescendoModuleto directly accept an array ofCommandobjects (ideally via the pipeline), just as it can accept an array of JSON configuration file paths.For example:
Beta Was this translation helpful? Give feedback.
All reactions