Command line interface for unasync
Run the following command to install the package with pip:
pip install unasync-cliOr with conda:
conda install unasync-cliOr with poetry:
poetry add unasync-cli --devOr any other package manager you prefer.
For usage information, run the following command:
unasync --helpUsage: unasync [OPTIONS] PATHS...
Arguments:
PATHS... The folders where it will check for folders with the name _async
to generate its equivalent _sync. [required]
Options:
--install-completion [bash|zsh|fish|powershell|pwsh]
Install completion for the specified shell.
--show-completion [bash|zsh|fish|powershell|pwsh]
Show completion for the specified shell, to
copy it or customize the installation.
--help Show this message and exit.Thanks goes to these wonderful people (emoji key):
Leynier Gutiérrez González 🚧 💻 🚇 |
This project follows the all-contributors specification. Contributions of any kind welcome!