Skip to content

Improve bash completion support #1347

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

Merged
merged 1 commit into from
Feb 14, 2025
Merged

Improve bash completion support #1347

merged 1 commit into from
Feb 14, 2025

Conversation

micl2e2
Copy link
Contributor

@micl2e2 micl2e2 commented Feb 14, 2025

The patch improves the support for Bash completion, in several ways:

  1. Synchronize with options.nim, adding some missing options such as publicTags, --nimbinaries.
  2. Honor the nimble [nimbleopts] COMMAND [cmdopts] form, nimble or subcommand is completed separately.
  3. Self-contained, does not rely on any scripts or functions provided by other communities except Bash itself.

@Araq Araq merged commit 7e7be88 into nim-lang:master Feb 14, 2025
11 checks passed
Araq pushed a commit to nim-lang/Nim that referenced this pull request Feb 26, 2025
Following nim-lang/nimble#1347, this patch adds
bash completion support for `nim`, `nimgrep`, `nimpretty`, `nimsuggest`.
narimiran pushed a commit to nim-lang/Nim that referenced this pull request Mar 3, 2025
Following nim-lang/nimble#1347, this patch adds
bash completion support for `nim`, `nimgrep`, `nimpretty`, `nimsuggest`.

(cherry picked from commit 16280d4)
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.

2 participants