1
0
forked from rosa/hakurei

cmd/app: optionally override configured command

Useful for multiple applications sharing state.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-06-20 01:31:07 +09:00
parent 7ab54b8c94
commit 4892beefc1
3 changed files with 58 additions and 44 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ func parse(id string, base *check.Absolute, r io.Reader) (*hst.Config, error) {
Shell: shell,
Home: home,
Path: shell,
Args: []string{"zsh", "-c"},
Args: []string{"zsh", "-ic"},
Flags: hst.FCoverRun,
},