mirror of
https://github.com/ScoopInstaller/Scoop.git
synced 2025-10-30 06:07:56 +00:00
fix(scoop-alias): Fix 'Option --verbose not recognized.' (#6062)
This commit is contained in:
@@ -39,7 +39,7 @@ if ($SubCommand -notin $SubCommands) {
|
||||
exit 1
|
||||
}
|
||||
|
||||
$opt, $other, $err = getopt $Args 'v' , 'verbose'
|
||||
$opt, $other, $err = getopt $Args 'v' 'verbose'
|
||||
if ($err) { "scoop alias: $err"; exit 1 }
|
||||
|
||||
$name, $command, $description = $other
|
||||
|
||||
Reference in New Issue
Block a user