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

Command Line options. More...

#include "objects.h"

+ Collaboration diagram for CommandLine:

Data Fields

struct CliShared shared
 Shared command line options.
 
struct CliHelp help
 Help Mode command line options.
 
struct CliInfo info
 Info Mode command line options.
 
struct CliSend send
 Send Mode command line options.
 
struct CliTui tui
 Tui Mode command line options.
 

Detailed Description

Command Line options.

Definition at line 129 of file objects.h.

Field Documentation

◆ shared

struct CliShared CommandLine::shared

Shared command line options.

Definition at line 131 of file objects.h.

◆ help

struct CliHelp CommandLine::help

Help Mode command line options.

Definition at line 132 of file objects.h.

◆ info

struct CliInfo CommandLine::info

Info Mode command line options.

Definition at line 133 of file objects.h.

◆ send

struct CliSend CommandLine::send

Send Mode command line options.

Definition at line 134 of file objects.h.

◆ tui

struct CliTui CommandLine::tui

Tui Mode command line options.

Definition at line 135 of file objects.h.


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