NeoMutt  2025-09-05-70-gcfdde0
Teaching an old dog new tricks
DOXYGEN
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
42bool cli_parse(int argc, char *const *argv, struct CommandLine *cli);
43
45
46#endif /* MUTT_CLI_LIB_H */
bool cli_parse(int argc, char *const *argv, struct CommandLine *cli)
Parse the Command Line.
Definition parse.c:93
void command_line_clear(struct CommandLine *cl)
Parse the Command Line.
Command Line options.
Definition objects.h:128