fix: silence usage on cp command

This commit is contained in:
Lewis Wynne 2026-02-11 02:16:26 +00:00
parent fb75758986
commit 0114b01fb3

View file

@ -35,6 +35,7 @@ var cpCmd = &cobra.Command{
Short: "Make a copy of a key",
Args: cobra.ExactArgs(2),
RunE: cp,
SilenceUsage: true,
}
var mvCmd = &cobra.Command{