mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-14 14:46:37 +00:00
--self-install
should include a path to a binary
On windows, we cannot just copy an executable with process running from it, so better to copy it to a temporary location. Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
9c20b3c0ec
commit
38f15ee660
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ pub struct Args {
|
|||
pub(crate) quiet: bool,
|
||||
|
||||
#[clap(long, hidden(true))]
|
||||
pub(crate) self_install: bool,
|
||||
pub(crate) self_install: Option<PathBuf>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue