Define naming conventions for file, and only run commander against those files. Ex.
- *.test.yaml
- *.cmd_test.yaml
- *.commander.yaml
--dir currently panics when an invalid file type is parsed. Proposed changes:
- Skip over all invalid files (i.e .sh, .bash, .yaml, etc).