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

Add command completion to Ramalama #200

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rhatdan
Copy link
Member

@rhatdan rhatdan commented Sep 28, 2024

I had to move some things around to process in ramalama.py to make this work.

To try this out, you will need to install it and recreate your shell.

@rhatdan rhatdan force-pushed the completion branch 6 times, most recently from 47b2302 to 6add76b Compare September 29, 2024 13:10
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
@@ -9,8 +9,8 @@ jobs:
shell: bash
run: |
sudo apt-get update
sudo apt-get install bats bash
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need this installed twice?

argcomplete

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope, I think the issue I am seeing is because argcomplete is not in the Container.

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