New command exec and support of aliases#853
Conversation
4c64531 to
b0c984a
Compare
mosteo
left a comment
There was a problem hiding this comment.
Nice feats, I'll have alr list back :-)
|
An observation: from my testing it seems that once you define an alias, you cannot pass extra switches. For example, if |
It's not supposed to do that... I will check. |
|
It works on my side: $ alr config --set --global alias.display show
$ alr display --graph
# Synchronizing workspace...
Dependencies automatically updated as follows:
[...]
Dependencies (graph):
+-----------------------++-------------------+ |
|
Right you are... I messed something up in my previous attempt, sorry for the noise. |
b0c984a to
36ad546
Compare
|
@mosteo I think I should introduce the $ alr build --mode=release -- -XTEST=plop -cargs -g # only "-XTEST=plop -cargs -g" is passed to gprbuildwhat do you think? |
|
Sounds very sensible |
Would this help to allow global options be moved back to after the command? Having 1 place where the user can define global and command-specific options would be easier for users. |
|
Global options would still have to be placed before the command. It's cleaner to separate the two in my opinion. |
36ad546 to
9205502
Compare
c4d59fa to
59a638f
Compare
59a638f to
541bc56
Compare
|
Another great couple of features; thanks, Fabien. |
No description provided.