-
When trying to complete command ... files should be shown, but they aren't. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
This can have several reasons:
|
Beta Was this translation helpful? Give feedback.
This can have several reasons:
The command is misconfigured/incomplete.
Contrary to many shells file completion needs to be explicitly defined in carapace.
Having a file completion fallback helps when the shell completion is incomplete but most of the time gives invalid suggestions.
File completion is dependent on a flag or positional argument.
Some commands have different behaviour depending on flags or positional arguments.
When file completion would be invalid it is omitted.