docs/guide/commands/run.md
runRuns a command installed into this package. This either runs a script or application made available in the virtualenv or a Rye specific script.
For more information see rye.tool.scripts.
Run a tool from the virtualenv:
$ rye run flask
Invoke it without arguments to see all available scripts:
$ rye run
flask
hello
python
python3
python3.9
[COMMAND]: The name of the command and the arguments to it.-l, --list: List all commands (implied without arguments)
--pyproject: Use this pyproject.toml file
-h, --help: Print help (see a summary with '-h')