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

Bash autocompletion adds command description to completed line #1990

Open
averms opened this issue Jan 7, 2025 · 1 comment
Open

Bash autocompletion adds command description to completed line #1990

averms opened this issue Jan 7, 2025 · 1 comment
Assignees
Labels
Priority: MEDIUM Triaged Someone on the DNF 5 team has read the issue and determined the next steps to take

Comments

@averms
Copy link

averms commented Jan 7, 2025

To reproduce:

  1. Add TAB: menu-complete to .inputrc. It is documented here
  2. Open bash and type dnf5 --assu<TAB>
  3. Note that dnf5 --assumeyes (automatically answer yes for all questions) is added to the current line.
  4. Press enter and get bash: syntax error near unexpected token `('
@m-blaha m-blaha added Priority: MEDIUM Triaged Someone on the DNF 5 team has read the issue and determined the next steps to take labels Jan 8, 2025
@m-blaha
Copy link
Member

m-blaha commented Jan 8, 2025

Thank you, the issue is valid and reproducible.

@jrohel jrohel self-assigned this Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: MEDIUM Triaged Someone on the DNF 5 team has read the issue and determined the next steps to take
Projects
None yet
Development

No branches or pull requests

3 participants