Add extension upgrade --dry-run (#5098)

This commit is contained in:
Sam Coe 2022-04-12 09:18:08 +02:00 committed by GitHub
parent adf274851e
commit 2c0236d096
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 292 additions and 107 deletions

View file

@ -176,7 +176,7 @@ func mainRun() exitCode {
}
}
}
for _, ext := range cmdFactory.ExtensionManager.List(false) {
for _, ext := range cmdFactory.ExtensionManager.List() {
if strings.HasPrefix(ext.Name(), toComplete) {
results = append(results, ext.Name())
}