App

app describes the settings for the cli app for which the completion file is to be created.

The complete configuration items are as follows.

app:
  name: mycli
  alias: my-cli
[app]
name = "mycli"
alias = "my-cli"
Property Required Type Description
name str cli app name.
alias `str list[str]