Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix doc for
uv add
cli command s/remove/add/ (#4269)
## Summary Fix the docsting where `remove` was used instead of `add` in the context of `uv add` command. ## Test Plan ``` cargo run -- add --help ``` ``` Add one or more packages to the project requirements Usage: uv add [OPTIONS] <REQUIREMENTS>... Arguments: <REQUIREMENTS>... The packages to add, as PEP 508 requirements (e.g., `flask==2.2.3`) ```
- Loading branch information