Changelog
- Use gomod2nix to build pistol 944a9af
- fix: remove
%pistol-extra%
arguments when not passed to pistol (#68) 4c9a62c - Better explain the Configuration tile location on Darwin 54b27b7
- Add Makefile targets for manpage 13dca03
- Use
go-arg
instead ofgo-cmdline
for command line arguments parsing.
BREAKING
Now --
is needed before passing extra arguments, if these arguments start with a -
, per the POSIX spec:
Guideline 10:
The first -- argument that is not an option-argument should be accepted as a delimiter indicating the end of options. Any following arguments should be treated as operands, even if they begin with the '-' character.
This breaking change should not affect usage in lf, since there the extra arguments indicating position and size of preview etc, don't start with a -
.