docs: mark cd parity complete

This commit is contained in:
Micheal Wilkinson
2026-03-20 17:51:16 +00:00
parent 5fe37a7f12
commit c36cae2e33
2 changed files with 3 additions and 3 deletions

View File

@@ -39,6 +39,7 @@ Implemented commands:
- `push [CASTLE]`
- `commit -m MESSAGE [CASTLE]`
- `destroy [CASTLE]`
- `cd [CASTLE]`
- `rc [CASTLE]`
- `version`
@@ -52,7 +53,6 @@ Implemented commands:
Not yet implemented:
- `cd`
- `open`
- `exec`
- `exec_all`
@@ -66,7 +66,7 @@ Command parity:
- [x] `push`
- [x] `commit`
- [x] `destroy`
- [ ] `cd`
- [x] `cd`
- [ ] `open`
- [ ] `exec`
- [ ] `exec_all`