mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
Improvements for shebang-script handling (#758)
* Experimental #!/usr/bin/env mlr -s feature * Allow flags after verbs, for shebang support
This commit is contained in:
parent
191bdfa159
commit
d9dbb1e92e
68 changed files with 917 additions and 203 deletions
5
Makefile
5
Makefile
|
|
@ -52,8 +52,9 @@ dev:
|
|||
make -C docs
|
||||
@echo DONE
|
||||
|
||||
# Keystroke-saver
|
||||
itso: build check install
|
||||
# Keystroke-savers
|
||||
it: build check
|
||||
so: install
|
||||
|
||||
# Please see comments in ./create-release-tarball as well as
|
||||
# https://miller.readthedocs.io/en/latest/build/#creating-a-new-release-for-developers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue