Closed ghost closed 4 years ago
I'm not sure if it's considered a bug that configure
uses the switch (if present) instead of config file (could be changed by checking $COMMAND
when applying the switch).
I'm not sure if it's considered a bug that configure uses the switch (if present) instead of config file (could be changed by checking $COMMAND when applying the switch).
I am not sure I understand the case. Can you give me an example?
(I checked out the code and it works super fine)
I am not sure I understand the case. Can you give me an example?
pager=true
in the configstup configure --no-pager
pager
wizard, it says pager is disabledand the same for the opposite. I haven't tested this, but quick thoughts tell me it should behave this way (see line 87 of https://github.com/iridakos/stup/pull/40/commits/ba1697534599231a101cc9cd9cc07cb6879e8b89).
Nope, it works as expected. It shows the setting saved in the configuration file.
Bringing it in :) Thank you!
This resolves #25