Rename uv add --raw to --raw-sources (#4538)

## Summary

This feels a bit clearer and less ambiguous.
This commit is contained in:
Ibraheem Ahmed 2024-06-26 14:50:04 -04:00 committed by GitHub
parent d4fd868531
commit fe13ea39f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 11 additions and 11 deletions

View file

@ -1757,7 +1757,7 @@ pub struct AddArgs {
///
/// Without this flag uv will try to use `tool.uv.sources` for any sources.
#[arg(long)]
pub raw: bool,
pub raw_sources: bool,
/// Specific commit to use when adding from Git.
#[arg(long)]