#include <cli.h>
This describes the parameters to be specified when creating a CLI application with pj_cli_create(). Application MUST initialize this structure by calling pj_cli_cfg_default() before using it.
◆ name
The application name, which will be used in places such as logs. This field is mandatory.
◆ pf
The pool factory where all memory allocations will be taken from. This field is mandatory.
◆ title
Optional application title, which will be used in places such as window title. If not specified, the application name will be used as the title.
The documentation for this struct was generated from the following file: