mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 02:03:41 +08:00
32c1d50887
Autogenerated completions for Mercurial using a recent version (no extensions installed).
9 lines
277 B
Fish
Executable File
9 lines
277 B
Fish
Executable File
#!/usr/bin/env fish
|
|
#
|
|
# This file produces command specific completions for csv. 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 csv >share/completions/csv.fish
|