corectl icon indicating copy to clipboard operation
corectl copied to clipboard

Suppress default behavior during tab completion

Open glooms opened this issue 5 years ago • 0 comments

For commands that do not take arguments like:

corectl fields

we should probably try to suppress the default behavior of listing files in the current directory and instead do nothing.

Note that this is not necessarily the behavior of other CLIs and seems to vary between bash and zsh. For example docker ps in bash suppresses the default behavior but it does not in zsh.

glooms avatar Apr 09 '19 13:04 glooms