fixes FB-1768, two entries for the holder command

(cherry picked from commit 875c7492fe)
This commit is contained in:
Kord Campbell 2022-11-18 09:44:54 -06:00 committed by Fletcher Haynes
parent f06b187bbd
commit b468da449f

View file

@ -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))