mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +00:00
Change install
to sync
(with sync semantics) (#24)
For better separate at this stage (and following `pip-tools`), it's now `puffin sync`, and it assumes `--no-deps`.
This commit is contained in:
parent
ff8e24a621
commit
dab70a661a
7 changed files with 70 additions and 39 deletions
|
@ -1,10 +1,10 @@
|
|||
use std::process::ExitCode;
|
||||
|
||||
pub(crate) use compile::compile;
|
||||
pub(crate) use install::install;
|
||||
pub(crate) use sync::sync;
|
||||
|
||||
mod compile;
|
||||
mod install;
|
||||
mod sync;
|
||||
|
||||
#[derive(Copy, Clone)]
|
||||
pub(crate) enum ExitStatus {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue