Open gburd opened 4 years ago
Currently each command that takes no args has it's own separate parser. This ought to be able to be generalised. My idea was:
no_arg_parser
choice
close_parser
exit_parser
schema_parser
Currently each command that takes no args has it's own separate parser. This ought to be able to be generalised. My idea was:
no_arg_parser
to take a commandno_arg_parser
no_arg_parser
insidechoice
instead ofclose_parser
,exit_parser
andschema_parser
.