mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
Rename uv add --raw
to --raw-sources
(#4538)
## Summary This feels a bit clearer and less ambiguous.
This commit is contained in:
parent
d4fd868531
commit
fe13ea39f0
5 changed files with 11 additions and 11 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue