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 44f29da commit 8b65327Copy full SHA for 8b65327
completions/chflags
@@ -2,6 +2,12 @@
2
3
[[ $OSTYPE == *@(bsd|darwin)* ]] || return 1
4
5
+# References
6
+#
7
+# [1] FreeBSD - https://man.freebsd.org/cgi/man.cgi?chflags(1)
8
+# [2] NetBSD - https://man.netbsd.org/NetBSD-9.0/chflags.1
9
+# [3] OpenBSD - https://man.openbsd.org/chflags.1
10
+
11
_comp_cmd_chflags()
12
{
13
local cur prev words cword comp_args
0 commit comments