We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e78ab97 + 78379bc commit 53ab3d9Copy full SHA for 53ab3d9
completions/patch
@@ -50,7 +50,7 @@ _comp_cmd_patch()
50
[[ $was_split ]] && return
51
52
if [[ $cur == -* ]]; then
53
- _comp_compgen_help
+ _comp_compgen_help || _comp_compgen_usage
54
[[ ${COMPREPLY-} == *= ]] && compopt -o nospace
55
return
56
fi
completions/truncate
@@ -20,7 +20,7 @@ _comp_cmd_truncate()
20
21
22
23
24
25
26
0 commit comments