Skip to content

Commit 1ae1102

Browse files
authored
Rename the env dev ls command to env dev show (#174)
1 parent 6e7244d commit 1ae1102

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88

99
## Unreleased
1010

11+
***Changed:***
12+
13+
- Rename the `env dev ls` command to `env dev show`
14+
1115
## 0.24.1 - 2025-08-13
1216

1317
***Fixed:***

src/dda/cli/env/dev/ls/__init__.py renamed to src/dda/cli/env/dev/show/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
from dda.cli.application import Application
1212

1313

14-
@dynamic_command(short_help="List the available developer environments")
14+
@dynamic_command(short_help="Show the available developer environments")
1515
@pass_app
1616
def cmd(app: Application) -> None:
1717
"""
18-
List the available developer environments.
18+
Show the available developer environments.
1919
"""
2020
import json
2121

0 commit comments

Comments
 (0)