Fix verb on command in OpenConsole.psm1 that is giving a warning on load #13810

Open
opened 2026-01-31 03:52:43 +00:00 by claunia · 0 comments
Owner

Originally created by @miniksa on GitHub (May 14, 2021).

PS D:\src\terminal> ipmo .\tools\OpenConsole.psm1
WARNING: The names of some imported commands from the module 'OpenConsole' include unapproved verbs that might make them less discoverable. To find the commands with unapproved verbs, run the Import-Module command again with the Verbose parameter. For a list of approved verbs, type Get-Verb.

Someone added a command with an unapproved verb. Find it, choose an appropriate one, find usages and update them, etc.

Originally created by @miniksa on GitHub (May 14, 2021). PS D:\src\terminal> ipmo .\tools\OpenConsole.psm1 WARNING: The names of some imported commands from the module 'OpenConsole' include unapproved verbs that might make them less discoverable. To find the commands with unapproved verbs, run the Import-Module command again with the Verbose parameter. For a list of approved verbs, type Get-Verb. Someone added a command with an unapproved verb. Find it, choose an appropriate one, find usages and update them, etc.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#13810