test subcommand handling

This commit is contained in:
🪞👃🪞 2025-05-09 22:43:21 +03:00
parent fe8ecf8a98
commit 4a385b40ff
3 changed files with 64 additions and 0 deletions

3
Cargo.lock generated
View file

@ -936,9 +936,12 @@ dependencies = [
name = "tengri"
version = "0.13.0"
dependencies = [
"crossterm",
"tengri",
"tengri_dsl",
"tengri_input",
"tengri_output",
"tengri_proc",
"tengri_tui",
]