File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,13 @@ extern "C" {
2222
2323// Types of command argument
2424typedef enum {
25- FOSSIL_IO_PARSER_BOOL, // Boolean (enable/disable)
26- FOSSIL_IO_PARSER_STRING, // String argument
27- FOSSIL_IO_PARSER_INT, // Integer argument
28- FOSSIL_IO_PARSER_COMBO // Combo of predefined values
25+ FOSSIL_IO_PARSER_BOOL, // Boolean (enable/disable)
26+ FOSSIL_IO_PARSER_STRING, // String argument
27+ FOSSIL_IO_PARSER_INT, // Integer argument
28+ FOSSIL_IO_PARSER_FLOAT, // Floating-point argument
29+ FOSSIL_IO_PARSER_DATE, // Date argument
30+ FOSSIL_IO_PARSER_ARRAY, // Array of values
31+ FOSSIL_IO_PARSER_FEATURE // Feature flag
2932} fossil_io_parser_arg_type_t ;
3033
3134// Structure to represent each argument in the command
You can’t perform that action at this time.
0 commit comments