Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Updating soroban-cli version and adding bash completion note #527

Merged

Conversation

ElliotFriend
Copy link
Contributor

Issue #526

Recommending that people should enable bash completion. I made it pretty simple, should I include a more "comprehensive" set of instructions? Seems like there's a lot of variation in what needs to be done with the bash completion stuff, so maybe not that useful?

@stellar-jenkins
Copy link

Copy link
Contributor

@tomerweller tomerweller left a comment

Choose a reason for hiding this comment

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

I would, at minimum, add this text (grabbed from soroban completion --help):

To enable autocomplete in the current bash shell, run:
  source <(soroban completion --shell bash)

To enable autocomplete permanently, run:
  echo "source <(soroban completion --shell bash)" >> ~/.bashrc

zsh weirdos (like myself) could infer what to do from the above

@ElliotFriend
Copy link
Contributor Author

Good call, @tomerweller !! I like that much better. Pushed the changes whenever you have time for another look

@stellar-jenkins
Copy link

@ElliotFriend ElliotFriend enabled auto-merge (squash) July 29, 2023 00:00
Copy link
Contributor

@tomerweller tomerweller left a comment

Choose a reason for hiding this comment

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

Awesome!

@ElliotFriend ElliotFriend merged commit 3d13c62 into stellar-deprecated:main Jul 31, 2023
1 check passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants