Argument¶
This item sets the completion candidates for each command argument.
Select Argument¶
If you want to choise several candidates, use select
type argument.
File Argument¶
If you want the output to be a candidate for file path completion, the file
type is recommended.
By default, it outputs completion candidates starting from the current directory
of the shell, but you can change the starting directory by specifying
base_path
.
For more complex conditions, such as outputting only files with a specific file extension, consider using the command type.
Command Argument¶
If you want to make the result of executing any command a completion candidate,
use the command
type.