Autodesk/aomi

Refactor cli parsing to be class based

Open

#117 opened on Jul 13, 2017

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Python (13 forks)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (32 stars)
PR merge metrics
 (PR metrics pending)

Description

Much like the vault resources benefited from a class hierarchy, the cli module could also use this treatment. We need a way to easily register new command line options, and probably make use of class introspection when crafting the help structure itself.

Contributor guide