1
0
forked from rosa/hakurei

cmd/mbf: retain session by default

This almost never make sense to be turned off.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-03-26 14:59:17 +09:00
parent af038c89ff
commit 044490e0a5

View File

@@ -636,7 +636,7 @@ func main() {
).
Flag(
&flagSession,
"session", command.BoolFlag(false),
"session", command.BoolFlag(true),
"Retain session",
).
Flag(