Skip to content

What's the difference between aliases and abstract commands? #201

Answered by houmain
developer91234 asked this question in Q&A
Discussion options

You must be logged in to vote

seemingly does the same things as far as the user is concerned

Yeah, one may get by with aliases alone.
Beside the validation that everything is properly mapped, these features come into my mind:

With abstract commands one only has to worry about the mapping order when the input side is defined:

Control{A} >> find
A >> findNext

[contextA]
findNext >> C
find >> D

[contextB]
find >> E
findNext >> F

They also allow to map multiple inputs to the same output:

A >> find
B >> find
find >> C

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@developer91234
Comment options

@houmain
Comment options

Answer selected by houmain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants