-
Notifications
You must be signed in to change notification settings - Fork 484
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
feature request: add -v
and --version
flags
#419
Comments
Cerchie
changed the title
add '-v' and '--version' flags
feature request: add '-v' and '--version' flags
Feb 21, 2023
Cerchie
changed the title
feature request: add '-v' and '--version' flags
feature request: add Feb 21, 2023
-v
and --version
flags
There's -V for showing the version.
-v is for increasing verbosity.
Den tis 21 feb. 2023 kl 16:43 skrev Lucia Cerchie ***@***.***
…:
Currently, running kcat with these flags results in:
❯ kcat -v
% Auto-selecting Consumer mode (use -P or -C to override)
Error: -t <topic> missing
and
❯ kcat --version
Error: unknown argument
would be good to get the version number with these, e.g.,
❯ kcat --version
kcat VERSION_NUMBER
—
Reply to this email directly, view it on GitHub
<#419>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEAFPW3SKDELDEPZE4P4LDWYTPDLANCNFSM6AAAAAAVDGUK74>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Thanks for the clarification! What are the thoughts on |
Haven’t yet seen a need for long options.
ons 22 feb. 2023 kl. 14:19 skrev Lucia Cerchie ***@***.***>:
… Thanks for the clarification! What are the thoughts on --version or
-version?
—
Reply to this email directly, view it on GitHub
<#419 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEAFPQGWOITA5PCYWUGMBTWYYG5ZANCNFSM6AAAAAAVDGUK74>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, running kcat with these flags results in:
and
would be good to get the version number with these, e.g.,
The text was updated successfully, but these errors were encountered: