cmdr v1.6.7 Release Notes

Release Date: 2019-11-16 // over 4 years ago
    • v1.6.7

      • TrapSignalEnh() and TrapSignal(), and SignalQuitSignal,...
      • InDebugging(), isdelve (refer to here) - To use it, add -tags=delve:
      go build -tags=delve cli/main.go
      go run -tags=delve cli/main.go --help
      
      • example/fluent: howto attach --trace
      • GetStringNoExapndXxx() for string option value extraction (no envvar expanding)
      • more enhancements of Fluent API: ToCommand, ToFlag, AttachToxxx
      • for ~~debug:
      bin/fluent --help ~~debug --raw --env --more
      

      --raw: dump option value with golang format, without envvar expanding

      --env: dump environment inside app

      --more: other information dump