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 b
scripts {
hello type=shell {}
}
}

View File

@@ -0,0 +1,5 @@
#!/usr/bin/env zsh
set -e
echo "hello from b"