Changelog
- d6cec72 feat(nix): add a flake for nix installs
Breaking
Bumped major here since technically this is breaking the user cli commands, after switching from go.Flag
to cobra
the underlying flag parsing lib switched to pflags
, so -config
no longer works (rather --config
; and the standard posix rules apply for the rest).