mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
mlr --norc cat was erroring (#1450)
This commit is contained in:
parent
4053d7684c
commit
b13adbe6c0
10 changed files with 72 additions and 114 deletions
|
|
@ -3102,5 +3102,13 @@ has its own overhead.`,
|
|||
*pargi += 2
|
||||
},
|
||||
},
|
||||
|
||||
{
|
||||
name: "--norc",
|
||||
help: "Do not load a .mlrrc file.",
|
||||
parser: func(args []string, argc int, pargi *int, options *TOptions) {
|
||||
*pargi += 1
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue