Skip to content

Commit 7f770c0

Browse files
authored
Merge pull request #921 from rsteube/style-panic
style: added panic to loglevel
2 parents 0e0f241 + 26779e7 commit 7f770c0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/style/loglevel.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ func ForLogLevel(s string, _ Context) string {
1818
"crit": Carapace.LogLevelCritical,
1919
"critical": Carapace.LogLevelCritical,
2020
"fatal": Carapace.LogLevelFatal,
21+
"panic": Carapace.LogLevelFatal,
2122
}[strings.ToLower(s)]
2223
}

0 commit comments

Comments
 (0)