docs: mark destroy parity complete

This commit is contained in:
Micheal Wilkinson
2026-03-20 17:50:06 +00:00
parent 88b07ea934
commit 82dde43f24
2 changed files with 3 additions and 3 deletions

View File

@@ -38,6 +38,7 @@ Implemented commands:
- `pull [CASTLE]`
- `push [CASTLE]`
- `commit -m MESSAGE [CASTLE]`
- `destroy [CASTLE]`
- `rc [CASTLE]`
- `version`
@@ -51,7 +52,6 @@ Implemented commands:
Not yet implemented:
- `destroy`
- `cd`
- `open`
- `exec`
@@ -65,7 +65,7 @@ Command parity:
- [x] `pull`
- [x] `push`
- [x] `commit`
- [ ] `destroy`
- [x] `destroy`
- [ ] `cd`
- [ ] `open`
- [ ] `exec`