optparse-applicative-0.16.1.0: Utilities and combinators for parsing command line options
Safe HaskellSafe-Inferred
LanguageHaskell98

Options.Applicative.NonEmpty

Synopsis

Documentation

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.