Flag

Define flag completion.

# yaml-language-server: $schema=https://carapace.sh/schemas/command.json
name: flag
flags:
  -e=: executables
  -f, --file=: file
completion:
  flag:
    e: ["$executables"]
    file: ["$files"]