mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Add jnv completions (#10519)
This commit is contained in:
parent
57963ced4b
commit
cd9f5bdbaa
1 changed files with 7 additions and 0 deletions
7
share/completions/jnv.fish
Normal file
7
share/completions/jnv.fish
Normal file
|
@ -0,0 +1,7 @@
|
|||
complete -c jnv -s e -l edit-mode -ra "insert overwrite" -d "Edit mode for the interface. [default: insert]"
|
||||
complete -c jnv -s i -l indent -r -d "Number of spaces used for indentation in the visualized data. [default: 2]"
|
||||
complete -c jnv -s n -l no-hint -d "Disables the display of hints."
|
||||
complete -c jnv -s d -l expand-depth -r -d "Initial depth to which JSON nodes are expanded in the visualization. [default: 3]"
|
||||
complete -c jnv -s l -l suggestion-list-length -r -d "Number of suggestions visible in the list. [default: 3]"
|
||||
complete -c jnv -s h -l help -f -d "Print help (see a summary with '-h')"
|
||||
complete -c jnv -s V -l version -f -d "Print version"
|
Loading…
Reference in a new issue