feat: add support for --content-appearance

This commit is contained in:
Johan Fagerberg
2026-03-03 14:19:57 +01:00
committed by Manuel Rüger
parent d2717f031d
commit 9516939c7d
8 changed files with 96 additions and 12 deletions

View File

@@ -29,7 +29,7 @@ func main() {
Flags: util.Flags,
EnableShellCompletion: true,
HideHelpCommand: true,
Before: util.CheckMutuallyExclusiveTitleFlags,
Before: util.CheckFlags,
Action: util.RunMark,
}