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
-
Since
New-CrescendoCommand
already exists, works well, and emits aCommand
object, it seems like an easy win from a scalable command generation and syntax checking/highlighting perspective forExport-CrescendoModule
to directly accept an array ofCommand
objects (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