mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-18 00:45:47 +00:00
Inhibit mlrrc usage in doc-generator scripts
This commit is contained in:
parent
7f1094c66c
commit
2bd823fcac
2 changed files with 5 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
# In case the user running this has a .mlrrc
|
||||
export MLRRC=__none__
|
||||
|
||||
mlr -F | grep -v '^[a-zA-Z]' | uniq | while read funcname; do
|
||||
echo ""
|
||||
echo "<a id=\"$funcname\"/>"
|
||||
|
|
|
|||
|
|
@ -13,6 +13,8 @@
|
|||
|
||||
# ----------------------------------------------------------------
|
||||
def main
|
||||
# In case the user running this has a .mlrrc
|
||||
ENV['MLRRC'] = '__none__'
|
||||
|
||||
print make_top
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue