mlr --norc cat was erroring (#1450)

This commit is contained in:
John Kerl 2023-12-19 09:33:34 -05:00 committed by GitHub
parent 4053d7684c
commit b13adbe6c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 72 additions and 114 deletions

View file

@ -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
},
},
},
}