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

programs.andcli.enable

Whether to enable andcli.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.andcli.package

The andcli package to use.

Type: null or package

Default:

pkgs.andcli

Declared by:

programs.andcli.settings

Configuration settings for andcli. All the details can be found here: https://github.com/tjblackheart/andcli/blob/7de13cc933eeb23d53558f76fefef226bd531c2c/internal/config/config.go#L16

Type: YAML 1.1 value

Default:

{ }

Example:

{
  options = {
    show_tokens = true;
    show_usernames = false;
  };
}

Declared by: