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:
@@ -636,7 +636,7 @@ func main() {
|
||||
).
|
||||
Flag(
|
||||
&flagSession,
|
||||
"session", command.BoolFlag(false),
|
||||
"session", command.BoolFlag(true),
|
||||
"Retain session",
|
||||
).
|
||||
Flag(
|
||||
|
||||
Reference in New Issue
Block a user