NeoMutt
2025-12-11-435-g4ac674
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
void
command_line_clear
(
struct
CommandLine
*cl);
49
50
#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
command_line_clear
void command_line_clear(struct CommandLine *cl)
objects.h
Parse the Command Line.
CommandLine
Command Line options.
Definition
objects.h:128