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

-V/--version does not work #115

Closed
jrwrigh opened this issue Jul 20, 2024 · 2 comments
Closed

-V/--version does not work #115

jrwrigh opened this issue Jul 20, 2024 · 2 comments

Comments

@jrwrigh
Copy link

jrwrigh commented Jul 20, 2024

$ git absorb -V
error: unexpected argument '-V' found

Usage: git-absorb [OPTIONS]

For more information, try '--help'.

$ git absorb --version
error: unexpected argument '--version' found

  tip: a similar argument exists: '--verbose'

Usage: git-absorb <--base <BASE>|--dry-run|--force|--verbose|--and-rebase|--gen-completions <GEN_COMPLETIONS>|--whole-file|--one-fixup-per-commit>

For more information, try '--help'.

This is on arch, with the following install information:

$ pacman -Qi git-absorb
Name            : git-absorb
Version         : 0.6.15-1
Description     : git commit --fixup, but automatic
Architecture    : x86_64
URL             : https://github.com/tummychow/git-absorb
Licenses        : BSD
Groups          : None
Provides        : None
Depends On      : libgit2
Optional Deps   : None
Required By     : None
Optional For    : None
Conflicts With  : None
Replaces        : None
Installed Size  : 1591.09 KiB
Packager        : Caleb Maclennan <[email protected]>
Build Date      : Mon 08 Jul 2024 02:41:45 AM MDT
Install Date    : Mon 08 Jul 2024 10:33:02 AM MDT
Install Reason  : Explicitly installed
Install Script  : No
Validated By    : Signature
@jrwrigh
Copy link
Author

jrwrigh commented Jul 20, 2024

Reverting to arch package version 0.6.13-2 successfully runs the version flag:

$ git absorb -V
git-absorb 0.6.13

@tummychow
Copy link
Owner

huh. we must have broken it in #110 somehow

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