-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add autocompletion for Title2, Title3, & DisplayPriority
Add autocompletion for -Title2, -Title3, and -DisplayPriority This is done through a [ValidateSet()] attribute on these parameters for both the Add and Update functions. These are already validated to be in the correct range through a [ValidateRange()] attribute, but having [ValidateSet()] also allows PowerShell to autocomplete the expected range for these parameters.
- Loading branch information
1 parent
386c457
commit aa999cf
Showing
3 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters