Add isatty completion (#8609)

* Add `isatty` completion

* Keep order
This commit is contained in:
Kid 2022-01-08 20:46:54 +08:00 committed by GitHub
parent 8aa2857c43
commit 491dd92ac2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1 @@
complete -c isatty -x -k -a "stdin stdout stderr"