Yat Ho
9c14fa58d8
feat: allow optional arguments in tr_getopt() ( #7510 )
...
* feat: allow optional arguments in `tr_getopt()`
* test: new tests for optional arg
* code review: `using Arg = tr_option::Arg`
* refactor: static assert option array size
* test: add new tests for missing arguments in the middle
* test: static auto constexpr
2025-10-15 12:08:11 -05:00
Yat Ho
c215de34d5
chore: move away from fmt/core.h ( #7557 )
2025-05-06 01:01:12 -05:00
Yat Ho
131caa1239
refactor: convert tr_net_init_mgr to singleton ( #6914 )
2024-12-30 09:32:11 -06:00
Mike Gelfand
d8413493d0
Move Qt client's tr_main() into a separate file ( #7076 )
...
Support special (optional) `--` argument to explicitly separate options
from filenames. Support special `---` argument to separate client
arguments from Qt arguments.
2024-08-24 18:15:19 +01:00