-
Notifications
You must be signed in to change notification settings - Fork 149
add new docs section on --show-config #200
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
Conversation
|
@wpoely86: please review? |
| optarch (E) = '' | ||
| repositorypath (D) = /Users/example/.local/easybuild/ebfiles_repo | ||
| robot-paths (D) = /Users/example/easybuild-easyconfigs/easybuild/easyconfigs | ||
| sourcepath (D) = /Users/example/.local/easybuild/sources |
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.
all good, useful feature.
an idea that comes to mind: it would be nice, if the output corresponded directly with shell variables, fi.:
EASYBUILD_MODULES_TOOL=Lmod etc; OTOH, this just one of the many ways to tune things...
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.
I think the output should be uniform in any case, and clearly readable.
The way it is printed now is very readable imho, a one-to-one mapping with entries in configuration and very close to the corresponding command line arguments (just prefix with --).
I feel the mapping to the corresponding environment variable is trivial enough (upper case, prefix with EASYBUILD_ and translate - to _) not to clutter the output with EASYBUILD_ everywhere...
|
lgtm |
|
easybuilders/easybuild-framework#1611 is merged, so good to go, thanks for the feedback @fgeorgatos and @wpoely86! |
add new docs section on --show-config
preview at http://boegel-eb.readthedocs.org/en/show_config/Configuration.html