cog
bf8a2499 - fix: hide kong predict/train/weights/debug and drop dead os.Exit

Commit
35 days ago
fix: hide kong predict/train/weights/debug and drop dead os.Exit - Add hidden:"" tags to predict, train, weights, and debug commands to match Cobra's Hidden: true (run stays visible). - Remove unreachable os.Exit(1) after parser.FatalIfErrorf(err), which already exits the process. - Update root help test to assert hidden commands are hidden in the Kong model rather than absent as substrings.
Author
Parents
Loading