-
Notifications
You must be signed in to change notification settings - Fork 34
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
Allow overriding "default-command" in profile #64
base: master
Are you sure you want to change the base?
Allow overriding "default-command" in profile #64
Conversation
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Codecov Report
@@ Coverage Diff @@
## master #64 +/- ##
==========================================
- Coverage 60.63% 60.52% -0.11%
==========================================
Files 60 60
Lines 4623 4631 +8
==========================================
Hits 2803 2803
- Misses 1621 1629 +8
Partials 199 199
Continue to review full report at Codecov.
|
This is one way of doing it, while keeping the Also, I have been thinking about the groups configuration for a while, and I clearly overlooked it when I did it. In which case, default command would fit nicely in a group configuration. Now I don't mind adding a default command per profile though |
Having "default-command" in a group is also a good thing. Priority wise it's just a question what comes first when we have |
bb254ea
to
6308eeb
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Add "default-command" from
global
also to the profile sections.This allows to create profiles (and group of such profiles) for special cases, e.g. like
check
orprune
:The example above can be run with
resticprofile -n prune-all