EliziumNet/Loopz

Add new Parameter Set Tool function Show-IndividualParameterInfo (shipi)

Opened this issue · 0 comments

Show information pertaining to an individual parameter. Show should show all the parameter sets that it belongs to. This function will use the CommandInfo.Parameters interface to display info.

There are times during development of a command's parameter sets that you need to see information organised around an individual parameter. case in point: whilst working on issue #120, I wanted to introduce a new switch parameter Pin, to be unique to and to identify the parameter set UpdateInPlace. Problem was, introducing a dedicated parameter for this purposes seems to be unnecessary since the Paste parameter performs this function. Reviewing the Paste parameter in isolation revealled that I could remove it from another parameter set (CustomTransform), which meant it is now unique to UpdateInPlace; meaning that Pin was no longer required. Using Show-ParameterInfo would have been very useful in this scenario.