Skip to content

Commit

Permalink
refactor(cmd): remove persistent "thank you" message
Browse files Browse the repository at this point in the history
Signed-off-by: Universal Studio <[email protected]>
  • Loading branch information
TMUniversal committed Feb 25, 2024
1 parent f0ab3e4 commit f639d51
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ and then prepare a printable document that is optimized for being able to restor
log.SetLevel(level)
log.Debug("verbosity set to " + level.String())
},
PersistentPostRun: func(_ *cobra.Command, _ []string) {
log.Info("thank you for using papercrypt!")
},
RunE: func(cmd *cobra.Command, _ []string) error {
cmd.Println("PaperCrypt Copyright (C) 2023-2024 TMUniversal <[email protected]>")
cmd.Println("This program comes with ABSOLUTELY NO WARRANTY; for details type `papercrypt show w'.")
Expand Down

0 comments on commit f639d51

Please sign in to comment.