Skip to content

Commit

Permalink
Fix bashcompletion function call in bashcompletion output
Browse files Browse the repository at this point in the history
  • Loading branch information
zwoefler committed Sep 4, 2024
1 parent b1d3614 commit 13a06c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ compdef _VmChamp_zsh_complete vmchamp
COMPREPLY=($(compgen -W '$(vmchamp '[complete]' "${line}")' -- ${word}))
return 0
}
complete -F _vmchamp_complete vmchamp
complete -F _vmchamp_bash_complete vmchamp
""";

AnsiConsole.WriteLine(bash);
Expand Down

0 comments on commit 13a06c6

Please sign in to comment.