-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] scoop alias list --verbose
- --verbose
not recognized
#6061
Comments
That's by design, since the |
It is by design to say Option -e not recognized when a user passes in |
@mattcargile Yes. In GNU/POSIX standard, the single-hyphen prefixed |
Ah, of course! That is embarrassing for me. :'-) Thanks for breaking down. That didn't immediately occur to me. |
Bug Report
Current Behavior
scoop alias list --verbose
returns scoop alias: Option --verbose not recognized..Expected Behavior
It should output the
Summary
property.Additional context/output
scoop alias list -v
andscoop alias list -verbose
works. Docsscoop alias --help
reflects--verbose
.Possible Solution
I assume it is something with this line.
Scoop/libexec/scoop-alias.ps1
Line 42 in be56faf
The edit would be a removal of the comment since
verbose
is a long option.Once removed, the other problematic UX, is that
scoop alias list -verbose
returns scoop alias: Option -e not recognized. which is confusing as a user. I'd expect a return of-verbose
isn't an option. I assume this is a bug ingetopt
.System details
Windows version: 10
OS architecture: 64bit
PowerShell version: 7.4.3
Additional software:
Scoop Configuration
The text was updated successfully, but these errors were encountered: