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

Info Mode Command Line options. More...

#include "objects.h"

Data Fields

bool is_set
 This struct has been used.
 
bool dump_config
 -D Dump the config
 
bool dump_changed
 -DD Dump the changed config
 
bool show_help
 -O Show one-liner help
 
bool hide_sensitive
 -S Hide sensitive config
 
struct StringArray alias_queries
 -A Lookup an alias
 
struct StringArray queries
 -Q Query a config option
 

Detailed Description

Info Mode Command Line options.

Definition at line 78 of file objects.h.

Field Documentation

◆ is_set

bool CliInfo::is_set

This struct has been used.

Definition at line 80 of file objects.h.

◆ dump_config

bool CliInfo::dump_config

-D Dump the config

Definition at line 81 of file objects.h.

◆ dump_changed

bool CliInfo::dump_changed

-DD Dump the changed config

Definition at line 82 of file objects.h.

◆ show_help

bool CliInfo::show_help

-O Show one-liner help

Definition at line 83 of file objects.h.

◆ hide_sensitive

bool CliInfo::hide_sensitive

-S Hide sensitive config

Definition at line 84 of file objects.h.

◆ alias_queries

struct StringArray CliInfo::alias_queries

-A Lookup an alias

Definition at line 86 of file objects.h.

◆ queries

struct StringArray CliInfo::queries

-Q Query a config option

Definition at line 87 of file objects.h.


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