Skip to content

Commit

Permalink
Changed dstack pool remove to rm (#1258)
Browse files Browse the repository at this point in the history
  • Loading branch information
muddi900 authored May 21, 2024
1 parent 568d661 commit 755d4c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dstack/_internal/cli/commands/pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,10 @@ def _register(self) -> None:

# remove instance
remove_parser = subparsers.add_parser(
"remove",
"rm",
help="Remove instance from the pool",
formatter_class=self._parser.formatter_class,
aliases=["remove"],
)
remove_parser.add_argument(
"instance_name",
Expand Down

0 comments on commit 755d4c0

Please sign in to comment.