-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
add short version of help, as in quit #10055
Conversation
Can one of the admins verify this patch? |
Maybe it's worth to mention? in the list that
|
I see you updated the old user's guide changing |
Thanks for the feedback. Reverted now. |
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.
Thanks for the contribution, @ferdymercury! :-) We need some changes though!
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.
Some tiny changes required; but we are close! We would also need to squash the commits before merging. :-)
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.
Conceptually, LGTM! But the PR contains 22 commits for these relatively small changes. Could you run $ git rebase --interactive master
and reorder commits, marking some of them as squash
/ fixup
as appropriate before we can merge?
(EDIT: if you mess up during rebase, you can do $ git rebase --abort
)
Primer: join help and ?, mention .quit and .exit TRint: mention .? TApplication: mention .? and CINT 2 Cling
Rebased. |
@phsft-bot build |
Starting build on |
Build failed on ROOT-ubuntu2004/soversion. |
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.
LGTM.
I see you also modified the primer. This guide as now 3 version. The one in the ROOT repo, the one on the web site and the Jupyter Notebook one which has its own repo. I think the idea will be to keep only one ie the Jupyter NB one. |
I just ported the changes also to those two other versions. |
* MetaSema: add short version of help, as in quit Primer: join help and ?, mention .quit and .exit TRint: mention .? TApplication: mention .? and CINT 2 Cling * clarify class name with ROOT7
This Pull request:
Changes or fixes:
Makes the short version of .help more visible (.?)
Checklist: