Skip to content

Fix bashcompletion with subcommands#73

Open
M0ses wants to merge 3 commits intomaros:masterfrom
M0ses:fix_bashcompletion_with_subcommands
Open

Fix bashcompletion with subcommands#73
M0ses wants to merge 3 commits intomaros:masterfrom
M0ses:fix_bashcompletion_with_subcommands

Conversation

@M0ses
Copy link
Copy Markdown
Contributor

@M0ses M0ses commented Jul 15, 2024

Fixes: #72

Improvements/Fixes:

  • Filter out duplicate entries from _.*_COMMANDS="..."
  • Do not add subcommands to _.*_COMMANDS="..."
  • add subcommands at the beginning of _.*_macc_command options list
  • use _.*_command_subcommand() { ... } instead of _.*_command subcommand() { ... }

@M0ses
Copy link
Copy Markdown
Contributor Author

M0ses commented Jul 24, 2024

@maros I could not find a possibillity to add you as reviewer so I wanted to ask if you already seen my PR.

M0ses added 2 commits August 9, 2024 20:09
Fixes: maros#72

**Improvements/Fixes:**

* Filter out duplicate entries from `_.*_COMMANDS="..."`
* Do not add subcommands to `_.*_COMMANDS="..."`
* add subcommands at the beginning of `_.*_macc_command` options list
* use `_.*_command_subcommand() { ... }` instead of `_.*_command subcommand() { ... }`
@M0ses M0ses force-pushed the fix_bashcompletion_with_subcommands branch from edab92e to 244cce7 Compare August 9, 2024 18:09
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

Successfully merging this pull request may close these issues.

bash completion broken when using subcommands

1 participant