summaryrefslogtreecommitdiff
path: root/scripts/jv_cli.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/jv_cli.ps1')
-rw-r--r--scripts/jv_cli.ps13
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 }