[Feature request] Set command aliases in conf file #7655
Closed
plshelpidkwhatimdoing
started this conversation in
Ideas
Replies: 1 comment
-
|
I'm not sure I want to implement configurable aliases for command-line arguments. Sounds a lot more complicated than it's worth, given how they are currently handled. You can, however, already set aliases for post processors and then use {
"postprocessor": {
"wi": {
"name" : "metadata",
"event" : "init",
"filename": "info.json"
},
"wm": {
"name": "metadata"
}
},
"": "<rest of conf>"
}
Shell aliases are a thing to consider as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Could the ability to set command aliases in the conf file be added?
(I wouldn't exactly say this is a high priority request, it's more just a QOL feature)
Aliases could be set like this
Beta Was this translation helpful? Give feedback.
All reactions