diff options
author | Daniel Mueller <deso@posteo.net> | 2020-04-04 10:44:29 -0700 |
---|---|---|
committer | Daniel Mueller <deso@posteo.net> | 2020-04-04 10:44:29 -0700 |
commit | c0ae9e64695b44d372657e1a6521145bde5498d3 (patch) | |
tree | 7c8605b5f32b7018895c8622ff4d3e25221fba68 /README.md | |
parent | 83d3e90248e9995e6c37c314b10597bccd394341 (diff) | |
download | nitrocli-c0ae9e64695b44d372657e1a6521145bde5498d3.tar.gz nitrocli-c0ae9e64695b44d372657e1a6521145bde5498d3.tar.bz2 |
Move dependencies to args and commands modules into generated code
We are aiming to rid the arg_defs module of dependencies to the rest of
the crate in an attempt to make the file fully free standing. The last
remaining references into the crate are used to hook up the functionality
backing the respective commands. Luckily for us, this "gluing" of
functionality to types is really only required in the macro-generated
code (which we do not care about as part of this exercise) and so with
this change we remove the use declarations from the top of the file and
reference the respective functionality in an absolute manner instead.
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions