You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CLI argument --bugreport appears to expect an argument value, but it is unclear what should be provided as value, or if this is a clap error.
See --bugreport <bugreport>:
❯ gitui --help
gitui 0.22.1
extrawurst <[email protected]>
blazing fast terminal-ui for git
Usage: gitui [OPTIONS]
Options:
-t, --theme <THEME> Set the color theme (defaults to theme.ron)
-l, --logging Stores logging output into a cache directory
--polling Poll folder for changes instead of using file system events. This can be useful if you run into issues with maximum # of file descriptors
--bugreport <bugreport> Generate a bug report
-d, --directory <directory> Set the git directory [env: GIT_DIR=]
-w, --workdir <workdir> Set the working directory [env: GIT_WORK_TREE=]
-h, --help Print help information
-V, --version Print version information
To Reproduce
Steps to reproduce the behavior:
Execute gitui --help
See --bugreport <bugreport>
Try gitui --help bugreport (normal usage print)
Try man gitui (No man page for gitui)
Try gitui --bugreport:
❯ gitui --bugreport
error: The argument '--bugreport <bugreport>' requires a value but none was supplied
For more information try '--help'
Expected behavior
Either --bugreport should not require an argument value, or it should be clarified what the user needs to provide as value.
Context (please complete the following information):
OS/Distro + Version: OpenSUSE Tumbleweed (up to date)
GitUI Version 0.22.1
Rust version: 1.65
The text was updated successfully, but these errors were encountered:
Describe the bug
The CLI argument
--bugreport
appears to expect an argument value, but it is unclear what should be provided as value, or if this is a clap error.See
--bugreport <bugreport>
:To Reproduce
Steps to reproduce the behavior:
gitui --help
--bugreport <bugreport>
gitui --help bugreport
(normal usage print)man gitui
(No man page for gitui)gitui --bugreport
:Expected behavior
Either
--bugreport
should not require an argument value, or it should be clarified what the user needs to provide as value.Context (please complete the following information):
The text was updated successfully, but these errors were encountered: