Skip to content
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

CommandLine.HelpVerbRequestedError on --help with no verb #625

Closed
2gn opened this issue Jun 27, 2024 · 1 comment
Closed

CommandLine.HelpVerbRequestedError on --help with no verb #625

2gn opened this issue Jun 27, 2024 · 1 comment

Comments

@2gn
Copy link

2gn commented Jun 27, 2024

Steps to reproduce

  • (optional) clean reinstall
  • run glazewm --help
  • error happens

Full terminal output

PS C:\Users\Name> glazewm --help
PS C:\Users\Name> GlazeWM 1.0.0+0e9b289bc8ded7e6fc7e84ac260c7e8a1800621a
Copyright (C) 2024 GlazeWM

  start         (Default Verb)

  watcher

  command       Invoke a WM command (eg. `command "focus workspace 1"`).

  subscribe     Subscribe to a WM event (eg. `subscribe -e window_focus,window_close`)

  monitors      Get all monitors.

  workspaces    Get all workspaces.

  windows       Get all windows.

  help          Display more information on a specific command.

  version       Display version information.

Failed to parse startup arguments: CommandLine.HelpVerbRequestedError.

Expected behavior

Works without error and gives back control to the shell immediately after printing helps

Probable solution

This error seems to happen due to lack of verb. --help without any verb should be allowed.

@lars-berger
Copy link
Member

This is no longer an issue in v3 👍 Latest release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants