Design Document: First Step Towards Modularity #5236
Labels
A-parsing
Area: Parser's logic and needs it changed somehow.
C-enhancement
Category: Raise on the bar on expectations
E-hard
Call for participation: Experience needed to fix: Hard / a lot
Milestone
This is more of a note dumping ground so I don't forget this in the lead up to 5.0.
UsageWriter
traitNoUsage
,FixedUsage
,AutoUsage
,AdaptiveUsage
HelpWriter
traitNoHelp
,FixedHelp
,HelpTemplate
, andAutoHelp
Storage
trait with sealed methods, makingArgMatches
generic over itArgParser
that is generic over the aboveCommand::...get_matches...
functions except the most basic, pushing people toArgParser
Command
help/usage writing functions (maybe)End result
Command
state toArgParser
The text was updated successfully, but these errors were encountered: