NeoMutt
2025-09-05-70-gcfdde0
Teaching an old dog new tricks
DOXYGEN
Toggle main menu visibility
Home
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Typedefs
a
b
c
e
f
g
h
i
k
l
m
n
o
p
r
s
t
w
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
p
q
r
s
t
u
v
w
x
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
w
x
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
w
Libraries
APIs
GitHub
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
lib.h
Go to the documentation of this file.
1
22
33
34
#ifndef MUTT_CLI_LIB_H
35
#define MUTT_CLI_LIB_H
36
37
// IWYU pragma: begin_keep
38
#include <stdbool.h>
39
#include "
objects.h
"
40
// IWYU pragma: end_keep
41
42
bool
cli_parse
(
int
argc,
char
*
const
*argv,
struct
CommandLine
*cli);
43
44
void
command_line_clear
(
struct
CommandLine
*cl);
45
46
#endif
/* MUTT_CLI_LIB_H */
cli_parse
bool cli_parse(int argc, char *const *argv, struct CommandLine *cli)
Parse the Command Line.
Definition
parse.c:93
command_line_clear
void command_line_clear(struct CommandLine *cl)
objects.h
Parse the Command Line.
CommandLine
Command Line options.
Definition
objects.h:128