Merge pull request #169 from github/delete-no-list
delete -r: don't perform "list" operation
This commit is contained in:
commit
1271e20b9b
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ func deleteByRepo(log *output.Logger, repo string, force bool) error {
|
|||
return err
|
||||
}
|
||||
|
||||
return list(&listOptions{})
|
||||
return nil
|
||||
}
|
||||
|
||||
func confirmDeletion(codespace *api.Codespace, force bool) (bool, error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue