diff --git a/cmd/root.go b/cmd/root.go index 656649a9e..2a5e269d2 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -101,7 +101,6 @@ at https://docs.featurebase.com/. rc.AddCommand(newRBFCommand(stdin, stdout, stderr)) rc.AddCommand(newServeCmd(stdin, stdout, stderr)) rc.AddCommand(newHolderCmd(stdin, stdout, stderr)) - rc.AddCommand(newHolderCmd(stdin, stdout, stderr)) rc.AddCommand(newKeygenCommand(stdin, stdout, stderr)) rc.AddCommand(newCLICommand(stdin, stdout, stderr)) rc.AddCommand(newDAXCommand(stdin, stdout, stderr))