Skip to content

{pwsh} Powershell tool to check the existance of the given command.

License

Notifications You must be signed in to change notification settings

aetonsi/pwsh__CommandExistance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

pwsh__CommandExistance

Powershell tool to check the existance of the given command.

Usage

# import module first
Import-Module ./CommandExistance.psm1

# use the imported function
$exists = Get-CommandExistance "My-Custom-Cmdlet"
# exists now contains $False or $True

About

{pwsh} Powershell tool to check the existance of the given command.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published