Skip to content

Instantly share code, notes, and snippets.

View solidsnakedev's full-sized avatar
🎯
Focusing

Jonathan solidsnakedev

🎯
Focusing
View GitHub Profile
@solidsnakedev
solidsnakedev / cardano-cli-completion.md
Created July 6, 2022 20:00 — forked from SmaugPool/cardano-cli-completion.md
cardano-cli Bash auto-completion

To enable cardano-cli and cardano-node bash auto-completion for the current shell:

source <(cardano-cli --bash-completion-script cardano-cli)
source <(cardano-cli --bash-completion-script cardano-node)

To enable it for all future sessions: