Skip to content

Commit

Permalink
Factor out arg_defs.rs for argument parsing related types
Browse files Browse the repository at this point in the history
This change marks the first step in a restructuring of the argument
handling code, the ultimate goal of which is a separation of the type
definitions as used by structopt from the logic associated with it. This
change in particular introduces a new module, arg_defs, that contains
all those type definitions that previously resided in the args module.
  • Loading branch information
d-e-s-o committed Apr 2, 2020
1 parent 550a730 commit a3f8ae4
Show file tree
Hide file tree
Showing 6 changed files with 470 additions and 446 deletions.
Loading

0 comments on commit a3f8ae4

Please sign in to comment.