NeoMutt  2025-09-05-2-g4bf191
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
lib.h
Go to the documentation of this file.
1
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 **argv, struct CommandLine *cli);
43
45
46#endif /* MUTT_CLI_LIB_H */
void command_line_clear(struct CommandLine *cl)
bool cli_parse(int argc, char **argv, struct CommandLine *cli)
Parse the Command Line.
Definition: parse.c:93
Parse the Command Line.
Command Line options.
Definition: objects.h:130