aboutsummaryrefslogtreecommitdiffhomepage
path: root/command/node.go
AgeCommit message (Collapse)Author
2026-08-07command: hard wrap help message flagsOphestra
This greatly improves readability when lots of flags are registered. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-08-07command: use NUL for magic usage stringOphestra
This change also improves documentation. Signed-off-by: Ophestra <cat@gensokyo.uk>
2025-02-22command: implement help builderOphestra
Signed-off-by: Ophestra <cat@gensokyo.uk>
2025-02-22command: implement node structureOphestra
Signed-off-by: Ophestra <cat@gensokyo.uk>