Kyle Bowman [Sat, 9 Mar 2024 17:38:11 +0000 (12:38 -0500)]
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