Add extension upgrade --dry-run (#5098)
This commit is contained in:
parent
adf274851e
commit
2c0236d096
11 changed files with 292 additions and 107 deletions
|
|
@ -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())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue