mirror of
https://github.com/mitchell/swim.fish.git
synced 2025-12-13 21:37:22 +00:00
Update help and do commands
This commit is contained in:
parent
f3d8897187
commit
207b02bfef
3 changed files with 18 additions and 18 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue