mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-15 01:17:45 +00:00
9 lines
277 B
Fish
9 lines
277 B
Fish
|
#!/usr/bin/env fish
|
||
|
#
|
||
|
# This file produces command specific completions for svn. Meant to be executed
|
||
|
# from the root directory (so the completions get put in the right place).
|
||
|
|
||
|
. build_tools/make_vcs_completions_generic.fish
|
||
|
|
||
|
write_completions svn >share/completions/svn.fish
|