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
46bool cli_parse(int argc, char *const *argv, struct CommandLine *cli);
47
49
50#endif /* MUTT_CLI_LIB_H */
bool cli_parse(int argc, char *const *argv, struct CommandLine *cli)
Parse the Command Line.
Definition parse.c:148
void command_line_clear(struct CommandLine *cl)
Parse the Command Line.
Command Line options.
Definition objects.h:128