fix: remove double help flag #781

Merged
decentral1se merged 1 commits from fix/avoid-help-crash into main 2026-02-19 11:04:22 +00:00
Owner

We have: abra -h / abra help. I think we did some sort of double definition of this because even when removing it in this change, I can still abra -h / abra help. This became a problem when running LANG=es abra -h 👇

panic: unable to redefine 'h' shorthand in "listar" flagset: it's already used for "ayuda" flag
<stacktrace>

I can still run LANG=es abra -h / LANG=es abra ayuda with this change.

We have: `abra -h` / `abra help`. I think we did some sort of double definition of this because even when removing it in this change, I can still `abra -h` / `abra help`. This became a problem when running `LANG=es abra -h` 👇 ``` panic: unable to redefine 'h' shorthand in "listar" flagset: it's already used for "ayuda" flag <stacktrace> ``` I can still run `LANG=es abra -h` / `LANG=es abra ayuda` with this change.
decentral1se added 1 commit 2026-02-18 23:45:36 +00:00
fix: remove double help flag
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
78899f173c
decentral1se requested review from 3wordchant 2026-02-18 23:45:37 +00:00
p4u1 approved these changes 2026-02-19 05:30:58 +00:00
decentral1se merged commit 78899f173c into main 2026-02-19 11:04:22 +00:00
decentral1se deleted branch fix/avoid-help-crash 2026-02-19 11:04:22 +00:00
decentral1se added this to the Abra v0.13 project 2026-02-19 11:04:53 +00:00
decentral1se moved this to Done in Abra v0.13 on 2026-02-19 11:05:11 +00:00
Sign in to join this conversation.
No description provided.