-
Notifications
You must be signed in to change notification settings - Fork 656
Closed
Labels
nextMust-have items for current and next milestoneMust-have items for current and next milestoneuxUser experience features and fixes.User experience features and fixes.
Milestone
Description
I have done the following
- I have searched the existing issues
- If possible, I've reproduced the issue using the 'main' branch of this project
Steps to reproduce
Prompted by #385. All other instances of the delete subcommand also accept rm.
Current behavior
% container rm foo
foo
% container image rm foo
foo:latest
Reclaimed 78.6 MB in disk space
% container builder rm
Error: Unexpected argument 'rm'
Usage: container builder <subcommand>
See 'container builder --help' for more information.
%Expected behavior
container builder rm functions equivalently to container builder delete.
% container builder rm
%Environment
- OS: Tahoe beta
- Xcode: Xcode 26 beta
- Container: mainRelevant log output
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
nextMust-have items for current and next milestoneMust-have items for current and next milestoneuxUser experience features and fixes.User experience features and fixes.