convert to cli tool

This commit is contained in:
Travis Shears 2026-03-20 10:49:36 +01:00
parent 48040a4f56
commit 5848b471ec
Signed by: travisshears
GPG key ID: CB9BF1910F3F7469
4 changed files with 91 additions and 7 deletions

4
example.mmd Normal file
View file

@ -0,0 +1,4 @@
graph TD
A[Start] --> B{Decision}
B -->|Yes| C[Action]
B -->|No| D[End]