Commit Graph

24 Commits

Author SHA1 Message Date
06add543bf Merge branch 'main' into feature/new-object-system 2025-10-15 11:13:00 +01:00
57f21020fc cmd: add asserts to b_arglist_report_missing_args 2025-10-12 17:29:22 +01:00
31cdc7064d cmd: fix coloured arg usage string output 2025-10-12 17:29:03 +01:00
0751ef469f meta: rename legacy object module to 'ds' 2025-08-09 19:57:42 +01:00
bcbd85372e cmd: improve command usage strings
the command usage strings now use the actual argument values provided by the user, in particular for the names of relevant commands
2025-08-09 19:36:46 +01:00
04f99a84d5 cmd: fix b_arglist_get_* functions not checking index parameter 2025-07-28 22:17:19 +01:00
5d6423057a cmd: add functions to report option/arg errors to the public API 2025-07-17 17:56:00 +01:00
2ced9a8309 cmd: update references to b_stderr 2025-06-27 21:53:03 +01:00
243c6651b0 cmd: improve API for accessing multi-arg options 2025-02-04 12:59:44 +00:00
96308b2965 cmd: implement b_arglist_get_* functions 2024-12-10 22:26:12 +00:00
b07b7a86c4 cmd: fix arglist count not including multiple occurrences of the same non-arg options 2024-12-05 21:07:32 +00:00
625789d0ea cmd: fix arglist iterator not finding all relevant opts/args in certain cases 2024-11-27 12:57:06 +00:00
fda266af2f cmd: fix int->pointer widening cast warning on MSVC 2024-11-24 20:47:41 +00:00
033e44f83f cmd: switch to new tty interface 2024-11-20 22:12:50 +00:00
7e440f213c cmd: clean up execute_command help message handling 2024-11-19 15:21:10 +00:00
726649189b cmd: arglist: fix iterator not picking up options without parameters 2024-11-19 15:20:11 +00:00
64a246e6f7 cmd: use term formatting codes for command help text 2024-11-14 22:03:39 +00:00
d614e110df add win32 (msvc) support 2024-11-14 16:56:18 +00:00
635327bce9 cmd: add support for showing placeholder commands/opts/args in command usage strings 2024-10-31 19:33:48 +00:00
87d8767d11 fix memory leaks 2024-10-27 19:43:05 +00:00
afed1b111d cmd: print extra-long option descriptions on the following line 2024-10-27 14:24:23 +00:00
f3cc628fd0 cmd: fix extra comma after command name in usage help message 2024-10-27 14:21:54 +00:00
f07e11ce60 cmd: fix bad temp var name in B_COMMAND_USAGE() 2024-10-27 14:21:05 +00:00
d0dcee9c6f add cmd module from corelib 2024-10-24 21:32:28 +01:00