Jujutsu integration for Kakoune
plugin kakoune
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add docstrings to options

+5 -2
+5 -2
rc/jj.kak
··· 29 29 set-option buffer filetype jj-description 30 30 } 31 31 32 - declare-option str jj_default_arguments "--no-pager" 33 - declare-option bool jj_output_readonly false 32 + declare-option -docstring "String of default arguments to pass to Jujutsu" \ 33 + str jj_default_arguments "--no-pager" 34 + 35 + declare-option -docstring "Specifies whether Jujutsu output should be readonly" \ 36 + bool jj_output_readonly false 34 37 35 38 define-command -docstring \ 36 39 "Run the specified Jujutsu command, displaying output through a FIFO" \