removed windows and linux split subdir
This commit is contained in:
parent
83dda10fa8
commit
065b982734
280 changed files with 9053 additions and 426 deletions
27
.antidote/functions/__antidote_usage
Normal file
27
.antidote/functions/__antidote_usage
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
#!/bin/zsh
|
||||
|
||||
### Print usage.
|
||||
#function __antidote_usage {
|
||||
emulate -L zsh; setopt local_options $_adote_funcopts
|
||||
cat<<EOS
|
||||
antidote - the cure to slow zsh plugin management
|
||||
|
||||
usage: antidote [<flags>] <command> [<args> ...]
|
||||
|
||||
flags:
|
||||
-h, --help Show context-sensitive help
|
||||
-v, --version Show application version
|
||||
|
||||
commands:
|
||||
help Show documentation
|
||||
load Statically source all bundles from the plugins file
|
||||
bundle Clone bundle(s) and generate the static load script
|
||||
install Clone a new bundle and add it to your plugins file
|
||||
update Update antidote and its cloned bundles
|
||||
purge Remove a cloned bundle
|
||||
home Print where antidote is cloning bundles
|
||||
list List cloned bundles
|
||||
path Print the path of a cloned bundle
|
||||
init Initialize the shell for dynamic bundles
|
||||
EOS
|
||||
#}
|
||||
Loading…
Add table
Add a link
Reference in a new issue