Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork847
Add option --require to load custom Ruby code before starting#574
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Add option --require to load custom Ruby code before starting#574
Uh oh!
There was an error while loading.Please reload this page.
Conversation
olleolleolle commentedOct 13, 2017 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
I was inspired to add this because of the Pivotal Tracker question. In order to make things more custom for them, they need a place to put code. Perhaps a new default-required filename could be the default list, to be required if found. |
7f55fe5
toa43903d
Compare#575 was the missing meta-documentation "How do I regenerate man page documentation?" |
olleolleolle commentedOct 14, 2017 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
YARD does this for naming:
|
4622707
to5456b90
Compare
Uh oh!
There was an error while loading.Please reload this page.
This PR adds a feature and an option
--require
: it takes a comma-separated list of paths to custom Ruby files torequire
. This happens just before starting the changelog generation.Example: