NeoMutt  2025-01-09-144-gb44c67
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
CliShared Struct Reference

Shared Command Line options. More...

#include "objects.h"

+ Collaboration diagram for CliShared:

Data Fields

bool is_set
 This struct has been used.
 
struct StringArray user_files
 -F Use these user config files
 
bool disable_system
 -n Don't read the system config file
 
struct StringArray commands
 -e Run these commands
 
struct Buffer mbox_type
 -m Set the default Mailbox type
 
struct Buffer log_level
 -d Debug log level
 
struct Buffer log_file
 -l Debug log file
 

Detailed Description

Shared Command Line options.

Definition at line 48 of file objects.h.

Field Documentation

◆ is_set

bool CliShared::is_set

This struct has been used.

Definition at line 50 of file objects.h.

◆ user_files

struct StringArray CliShared::user_files

-F Use these user config files

Definition at line 52 of file objects.h.

◆ disable_system

bool CliShared::disable_system

-n Don't read the system config file

Definition at line 53 of file objects.h.

◆ commands

struct StringArray CliShared::commands

-e Run these commands

Definition at line 55 of file objects.h.

◆ mbox_type

struct Buffer CliShared::mbox_type

-m Set the default Mailbox type

Definition at line 56 of file objects.h.

◆ log_level

struct Buffer CliShared::log_level

-d Debug log level

Definition at line 58 of file objects.h.

◆ log_file

struct Buffer CliShared::log_file

-l Debug log file

Definition at line 59 of file objects.h.


The documentation for this struct was generated from the following file: