feat!: remove the deprecated --install-from flag and .install remote form
--install <git-url|name> is the single entry point for remote installs and updates; the unified .install dispatch likewise replaces .install remote. Flag completion for .install now applies to the unified form.
This commit is contained in:
@@ -138,13 +138,6 @@ async fn main() -> Result<()> {
|
||||
return config::install_or_update(value, cli.filter, cli.install_force);
|
||||
}
|
||||
|
||||
if let Some(url) = cli.install_from.as_deref() {
|
||||
eprintln!(
|
||||
"warning: --install-from is deprecated and will be removed in a future release; use --install <GIT_URL>"
|
||||
);
|
||||
return config::install_remote(url, cli.filter, cli.install_force);
|
||||
}
|
||||
|
||||
if let Some(spec) = cli.update_bundle.as_deref() {
|
||||
return config::update_bundle(spec);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user