feat: can execute all subcommands from workspace

This commit is contained in:
2025-03-23 21:52:29 +01:00
parent 28a1d09974
commit 1fda414e05
6 changed files with 249 additions and 11 deletions

View File

@@ -1,3 +1,7 @@
project {
name a
scripts {
hello type=shell {}
}
}