mirror of
https://github.com/denisidoro/navi.git
synced 2026-01-23 02:14:19 +00:00
Removed orphan parameter
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
This commit is contained in:
parent
a89116c8f2
commit
66d05ef9a5
1 changed files with 1 additions and 6 deletions
|
|
@ -6,12 +6,7 @@ param (
|
|||
### Be sure to disable Verbose output before calling any other shell modules or scripts.
|
||||
[Parameter()]
|
||||
[bool]
|
||||
$VerboseOutput,
|
||||
|
||||
# Should the function be invoked when called?
|
||||
[Parameter()]
|
||||
[bool]
|
||||
$Invoke
|
||||
$VerboseOutput
|
||||
)
|
||||
|
||||
if ($VerboseOutput) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue