Remove executable alias; import anstream (#5187)

Post-push review from https://github.com/astral-sh/uv/pull/5160.
This commit is contained in:
Charlie Marsh 2024-07-18 10:09:29 -04:00 committed by GitHub
parent 8484611753
commit 36a0ee9822
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 5 deletions

View file

@ -2215,7 +2215,7 @@ pub struct ToolDirArgs {
///
/// By default, `uv tool dir` shows the directory into which the tool Python environments
/// themselves are installed, rather than the directory containing the linked executables.
#[arg(long, alias = "executable")]
#[arg(long)]
pub bin: bool,
}