Update help and do commands

This commit is contained in:
mitchell 2020-11-29 01:23:39 -05:00
parent f3d8897187
commit 207b02bfef
3 changed files with 18 additions and 18 deletions

View file

@ -44,11 +44,11 @@ function swim_install -d 'Install the sw script to a bin folder'
end
function swim_lint -d 'Lint fish scripts'
fish --no-execute ./sw ./swim.fish
fish --no-execute ./sw ./**.fish
end
function swim_format -d 'Format fish scripts'
fish_indent --write ./sw ./swim.fish
fish_indent --write ./sw ./**.fish
end
function swim_hello -d 'This is an example of a subgroup of commands'