libclap 1.0.0
Command Line Argument Parser for C
Loading...
Searching...
No Matches
clap_action.h
Go to the documentation of this file.
1
6#ifndef CLAP_ACTION_H
7#define CLAP_ACTION_H
8
9#ifdef __cplusplus
10extern "C" {
11#endif
12
28
29#ifdef __cplusplus
30}
31#endif
32
33#endif /* CLAP_ACTION_H */
clap_action_t
Action types for argument processing.
Definition clap_action.h:16
@ CLAP_ACTION_APPEND
Definition clap_action.h:21
@ CLAP_ACTION_STORE_TRUE
Definition clap_action.h:19
@ CLAP_ACTION_APPEND_CONST
Definition clap_action.h:22
@ CLAP_ACTION_CUSTOM
Definition clap_action.h:26
@ CLAP_ACTION_STORE_CONST
Definition clap_action.h:18
@ CLAP_ACTION_HELP
Definition clap_action.h:24
@ CLAP_ACTION_STORE_FALSE
Definition clap_action.h:20
@ CLAP_ACTION_VERSION
Definition clap_action.h:25
@ CLAP_ACTION_COUNT
Definition clap_action.h:23
@ CLAP_ACTION_STORE
Definition clap_action.h:17