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.
1 parent 8fbd9b6 commit 737bdf8Copy full SHA for 737bdf8
completions/patch
@@ -50,7 +50,11 @@ _comp_cmd_patch()
50
[[ $was_split ]] && return
51
52
if [[ $cur == -* ]]; then
53
- _comp_compgen_help
+ if [[ $OSTYPE == "darwin*" ]]; then
54
+ _comp_compgen_usage
55
+ else
56
+ _comp_compgen_help
57
+ fi
58
[[ ${COMPREPLY-} == *= ]] && compopt -o nospace
59
return
60
fi
completions/truncate
@@ -20,7 +20,11 @@ _comp_cmd_truncate()
20
21
22
23
24
25
26
27
28
29
30
0 commit comments