Add terminal TUI and shell completion

This commit is contained in:
Luna 2026-07-08 20:47:58 -07:00
parent a7535cfc56
commit cab60cd633
11 changed files with 612 additions and 0 deletions

View file

@ -51,6 +51,8 @@ class TestDocsVersioning(unittest.TestCase):
self.assertGreaterEqual(len(commands), 8)
for phrase in ("Global options:", "Exit code:", "Expected use:"):
self.assertIn(phrase, text)
self.assertIn("### `tui` / `enodia-sentinel-tui`", text)
self.assertIn("### `completion`", text)
if __name__ == "__main__":