mirror of
https://github.com/onyx-and-iris/vmrcli.git
synced 2026-04-08 18:03:33 +00:00
-D flag changed to -l flag. It now expects a string. (DEBUG, INFO etc)
-v flag now prints the cli version new flag -e prints extra console info new flag -f, prevents the CLI from splitting strings on spaces. This allows users to pass string requests containing spaces (setting devices, naming channel labels etc)
This commit is contained in:
@@ -15,6 +15,7 @@ struct quickcommand
|
||||
};
|
||||
|
||||
void remove_last_part_of_path(char *fullpath);
|
||||
int log_level_from_string(const char *level);
|
||||
char *kind_as_string(char *s, int kind, int n);
|
||||
char *version_as_string(char *s, long v, int n);
|
||||
bool is_comment(char *s);
|
||||
|
||||
Reference in New Issue
Block a user