Add support for subcommands to Distribution.Simple.Command
#1257
Labels
Cabal: other
old-milestone: ⊥
Moved from https://github.com/haskell/cabal/milestone/5
type: enhancement
Milestone
It'd be nice if the
D.S.Command
framework supported subcommands directly. Currently we have to resort to parsing command-line arguments manually to implement things likecabal sandbox add-source --snapshot
.Related: #1104.
The text was updated successfully, but these errors were encountered: