oh-my-fish/pkg/omf/functions/cli/omf.cli.repositories.fish
Stephen M. Coakley bfe88ad604
Refactor command execution and help
- Copy and improve help text, and convert it to AsciiDoc files
- Evaluate commands dynamically
2017-06-17 16:19:58 -05:00

4 lines
65 B
Fish

function omf.cli.repositories
omf.index.repositories $argv
end