-
-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New command exec and support of aliases #853
Conversation
4c64531
to
b0c984a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 gprbuild what 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.