mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-09 13:10:40 +00:00
19 lines
206 B
Fish
19 lines
206 B
Fish
# SYNOPSIS
|
|
# {{NAME}} [options]
|
|
#
|
|
# USAGE
|
|
# Options
|
|
#
|
|
|
|
function init -a path --on-event init_{{NAME}}
|
|
|
|
end
|
|
|
|
function {{NAME}} -d "My package"
|
|
|
|
end
|
|
|
|
function uninstall --on-event uninstall_{{NAME}}
|
|
|
|
end
|