diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/jv_cli.ps1 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/jv_cli.ps1 b/scripts/jv_cli.ps1 index 0325578..e8d3674 100644 --- a/scripts/jv_cli.ps1 +++ b/scripts/jv_cli.ps1 @@ -18,8 +18,7 @@ $env:JV_AUTO_UPDATE = "yes" ############### function jv { - param([string[]]$Arguments) - & (Get-Command jv -CommandType Application) @Arguments + & (Get-Command jv -CommandType Application) @args } function jvh { jv here @args } |
