NeoMutt
2025-12-11-694-ga89709
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
lib.h
Go to the documentation of this file.
1
22
37
38
#ifndef MUTT_CLI_LIB_H
39
#define MUTT_CLI_LIB_H
40
41
#include <stdbool.h>
42
// IWYU pragma: begin_keep
43
#include "
objects.h
"
44
// IWYU pragma: end_keep
45
46
bool
cli_parse
(
int
argc,
char
*
const
*argv,
struct
CommandLine
*cli);
47
48
#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:148
objects.h
Parse the Command Line.
CommandLine
Command Line options.
Definition
objects.h:128