toumorokoshi / tome

convert any directory of scripts into your own fully-featured command.
MIT License
38 stars 2 forks source link

support "-zsh" as zsh #21

Closed toumorokoshi closed 2 years ago

toumorokoshi commented 2 years ago

fixes #20

Separating our shell_types to it's own module to improve readability of bloated main function.

Modifying test structure to match more modern patterns (tests directory matching src structure)