Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(channels): list-channels in kebab-case (#195)
``` tv gitrepos Unknown channel: gitrepos ``` And `tv list-channels` result, before the fix: ``` tv list-channels Builtin channels: env files gitrepos dirs text alias ``` After: ``` ./target/debug/tv list-channels Builtin channels: env files git-repos // HERE dirs text alias ```
- Loading branch information