mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
Rename tool_run
to run_tool
for consistency (#4628)
This commit is contained in:
parent
796171e1e6
commit
f15cd5c11d
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ pub(crate) use project::sync::sync;
|
|||
#[cfg(feature = "self-update")]
|
||||
pub(crate) use self_update::self_update;
|
||||
pub(crate) use tool::install::install as tool_install;
|
||||
pub(crate) use tool::run::run as run_tool;
|
||||
pub(crate) use tool::run::run as tool_run;
|
||||
pub(crate) use toolchain::find::find as toolchain_find;
|
||||
pub(crate) use toolchain::install::install as toolchain_install;
|
||||
pub(crate) use toolchain::list::list as toolchain_list;
|
||||
|
|
|
@ -786,7 +786,7 @@ async fn run() -> Result<ExitStatus> {
|
|||
// Initialize the cache.
|
||||
let cache = cache.init()?.with_refresh(args.refresh);
|
||||
|
||||
commands::run_tool(
|
||||
commands::tool_run(
|
||||
args.command,
|
||||
args.python,
|
||||
args.from,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue