]> git.rocketbowman.com Git - proto.git/commit
Add initial command functionality.
authorKyle Bowman <kyle+github@rocketbowman.com>
Sat, 9 Mar 2024 17:38:11 +0000 (12:38 -0500)
committerKyle Bowman <kyle+github@rocketbowman.com>
Sat, 9 Mar 2024 17:38:11 +0000 (12:38 -0500)
commitb9a2f5abc60fe19181cd96fcefdcbf6c1d1f652e
tree7eeb533ed4cb0d6b73933351aa4f8ed380cf6497
parentfd9d6b2f0e14f4b241b79d99d46196959edc2f0b
Add initial command functionality.

* Command object interface defined
* define, parse, run flow works in general
* command decorator defined
* get_parser supports int, float, str
* command.run() supports CLI args or args supplied in function call
* testing added for major functionality
design.md
findings.md
src/proto/prototype.py
src/proto/utils.py
tests/test_proto.py
tests/test_utils.py