(cli)= # Command line interface This package provides you with a command-line script that should be invoked from anywhere within the git project you aim to manipulate the files with. I.e. ```bash cd reuse-shortcuts [options] [arguments] # or python -m reuse_shortcuts [options] [arguments] ``` ```{eval-rst} .. click:: reuse_shortcuts:main :prog: reuse-shortcuts ```