From 9cb6e65bb6a259722464b20bcf056e35f655c56e Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Thu, 29 Jul 2021 11:01:47 +0200 Subject: [PATCH] Don't display banner on cleanup --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index a7b45b3d..7afd2b86 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -63,7 +63,7 @@ func version() string { return fmt.Sprintf("%s-g%s %s", LuetCLIVersion, BuildCommit, BuildTime) } -var noBannerCommands = []string{"search", "exec", "tree", "database", "box"} +var noBannerCommands = []string{"search", "exec", "tree", "database", "box", "cleanup"} func displayVersionBanner() { display := true