Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Add truffle library documentation #503

Merged
merged 3 commits into from
Aug 14, 2019

Conversation

cgewecke
Copy link
Contributor

Documentation for truffle 2226

cc: @gnidan

@@ -80,7 +80,7 @@ know how we can improve it!
// config_[1] starts remaining parameters.
if (config.help) {
console.log(`Usage: truffle run hello [name]`);
done(null, [], []);
done(null, [], []);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My editor made this spacing change, just noticed it. Is this line a typo anyway though?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, good. little known fact: inside every trailing space lives a ferocious gremlin

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line looks like a typo to me, done isn't part of the method signature. @gnidan @CruzMolina

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@eggplantzzz Ok .. removing.

@eggplantzzz eggplantzzz requested a review from gnidan August 12, 2019 18:42
@@ -80,7 +80,7 @@ know how we can improve it!
// config_[1] starts remaining parameters.
if (config.help) {
console.log(`Usage: truffle run hello [name]`);
done(null, [], []);
done(null, [], []);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, good. little known fact: inside every trailing space lives a ferocious gremlin

Copy link
Contributor

@gnidan gnidan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Swiggity-sweet!

Thanks @cgewecke!

@gnidan gnidan merged commit 1f3e7aa into trufflesuite:master Aug 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants