LHB2J7Q7QZPVLC6EAZPB3MRVNMIWPCUXEJ55NUOOM3NCCRXLNOLQC
commandPrimerAdd :: Parser PrimerCommand
commandPrimerAdd = hsubparser
( command "add" (info parsePrimerAdd (progDesc "Add a primer to the index")))
commandPrimer :: Parser PrimerCommand
commandPrimer = hsubparser
( command "add" (info parsePrimerAdd (progDesc "Add a primer location to the index"))
<> command "new" (info parsePrimerNew (progDesc "Add a new AlBhed Primer to the index"))
)