Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

v1.x - (nightly)

Under development.

Aws

Created carapace-aws to provide enriched completion for aws-cli.

Spec

Added extended flag notation for less common use cases.

  • nargs amount of arguments consumed
name: command
commands:
  - name: extended
    flags:
      --nargs-two=: {description: consumes two arguments, nargs: 2}
      --nargs-any=: {description: consumes multiple arguments, nargs: -1}