fortify/command
Ophestra 312753924b
All checks were successful
Test / Create distribution (push) Successful in 27s
Test / Run NixOS test (push) Successful in 3m27s
command: root early handler func special case
This allows for early initialisation with access to flags on the root node. This can be useful for configuring global state used by subcommands.

Signed-off-by: Ophestra <cat@gensokyo.uk>
2025-02-23 00:55:18 +09:00
..
builder_test.go command: root early handler func special case 2025-02-23 00:55:18 +09:00
builder.go command: root early handler func special case 2025-02-23 00:55:18 +09:00
command.go command: expose command with direct handling 2025-02-23 00:24:03 +09:00
flag.go command: implement builder and parser 2025-02-22 23:11:17 +09:00
help.go command: implement help builder 2025-02-22 22:43:37 +09:00
node.go command: implement help builder 2025-02-22 22:43:37 +09:00
parse_test.go command: root early handler func special case 2025-02-23 00:55:18 +09:00
parse.go command: root early handler func special case 2025-02-23 00:55:18 +09:00
unreachable_test.go command: root early handler func special case 2025-02-23 00:55:18 +09:00
wrap.go command: implement builder and parser 2025-02-22 23:11:17 +09:00