completion - Building Secure Contracts (original) (raw)
Building Secure Contracts
completion
medusa
provides the ability to generate autocompletion scripts for a given shell. Once the autocompletion script is ran for a given shell, medusa
's commands and flags can be tab-autocompleted. The following shells are supported:
bash
zsh
Powershell
To understand how to run the autocompletion script for a given shell, run the following command:
medusa completion --help
Once you know how to run the autocompletion script, retrieve the script for that given shell using the following command:
medusa completion <shell>