Merge pull request #169 from github/delete-no-list

delete -r: don't perform "list" operation
This commit is contained in:
Alan Donovan 2021-09-17 11:28:53 -04:00 committed by GitHub
commit 1271e20b9b

View file

@ -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) {