ca15785789
-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)
2025-12-02 02:09:25 +00:00
9eb0d2f623
move clear back into wrapper.c
...
remove some of the duplicate includes
2024-07-13 11:44:57 +01:00
de70cd39cf
move clear intil util.c
2024-07-12 18:46:05 +01:00
ff2970f4c5
move quickcommands into parse_command()
2024-07-10 23:37:49 +01:00
2f2e503ae3
implements a short list of quickcommands
2024-07-10 18:15:11 +01:00
b35a29396b
add -I flag for disabling >> on the interactive prompt
...
return early from parse_input() if input is a comment
add comments to example_commands.txt
upd README.
minor ver bump
2024-07-10 10:51:53 +01:00
c95ff0e163
add :, delimiters to parse_input()
...
remove replace_blanks_with_single_space()
2024-07-08 17:29:23 +01:00
48bb15e8f2
upd util.h
2024-07-08 16:39:03 +01:00
dc8a4036c8
upd utility functions
2024-07-08 16:01:14 +01:00
19a3a16b74
rename vmr module to wrapper.
...
rename cdll module to ivmr
upd doc strings
2024-07-06 09:03:13 +01:00
8aeb793a41
fixes compiler error 'Forward declaration of enums'
2024-07-03 15:24:44 +01:00
1199b31e2c
extra X64 kinds added to enum kind
...
log message updated to reflect new kinds
replace_multiple_space_with_one() now returns new line length
kind_as_string() added to util.c
2024-06-29 03:05:51 +01:00
2740c6c82d
move remove_name_in_path() into util.c
...
add version_as_string() to util.c
2024-06-28 03:21:38 +01:00
f88fb9b994
pass len of input to replace_multiple_space_with_one()
...
add an input prompt to interactive mode
2024-06-27 22:06:15 +01:00
1d71f38d39
add utility function replace_multiple_space_with_one()
...
use it to parse the interactive input
2024-06-27 19:18:28 +01:00