optparse-applicative-0.16.0.0: Utilities and combinators for parsing command line options
Options.Applicative.NonEmpty
some1 :: Parser a -> Parser (NonEmpty a) Source #
Sequences an action one or more times.
Functionally identical to some1, but is preferred as it gives a nicer help text.
some1