Add terminal TUI and shell completion
This commit is contained in:
parent
a7535cfc56
commit
cab60cd633
11 changed files with 612 additions and 0 deletions
|
|
@ -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__":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue