neithernut/git-dit

Add sub-command calling mechanism in rust port

Closed this issue · 0 comments

We need some infrastructure for calling the sub-command internally. If a sub-command is not implemented in the binary, if should try to invoke a binary with a matching name.
Blocks #10 and #11.