diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/completion_jv.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/completion_jv.sh b/scripts/completion_jv.sh index c8bca32..69614ce 100755 --- a/scripts/completion_jv.sh +++ b/scripts/completion_jv.sh @@ -15,7 +15,11 @@ _jv_completion() { local subsubcmd="${words[2]}" # Subcommands - local base_commands="create init direct unstain account update sheet status here import export in out move mv docs exit use sheets accounts as make drop track hold throw login" + local base_commands="create init direct unstain account update \ + sheet status here import export in out \ + move mv docs exit use sheets accounts \ + as make drop track hold throw login \ + jump align" # Subcommands - Account local account_commands="list as add remove movekey mvkey mvk help" |
