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

fix truffle help db <subCommand> #5730

Merged
merged 1 commit into from
Nov 23, 2022
Merged

fix truffle help db <subCommand> #5730

merged 1 commit into from
Nov 23, 2022

Conversation

lsqproduction
Copy link
Contributor

@lsqproduction lsqproduction commented Nov 23, 2022

Testing instructions

truffle help db serve & truffle help db query should work now.
truffle help db should include both subCommands serve & query

Documentation

  • I thought about documentation and added the doc-change-required label to this PR if documentation updates are required.

Breaking changes and new features

  • I have added any needed breaking-change and new-feature labels for the appropriate packages.

…nd')

    at module.exports (/Users/liangliang/.nvm/versions/node/v16.16.0/lib/node_modules/truffle/build/webpack:/packages/core/lib/commands/help/displayCommandHelp.js:9:1)
    at Object.module.exports [as run] (/Users/liangliang/.nvm/versions/node/v16.16.0/lib/node_modules/truffle/build/webpack:/packages/core/lib/commands/help/run.js:12:1)
    at runCommand (/Users/liangliang/.nvm/versions/node/v16.16.0/lib/node_modules/truffle/build/webpack:/packages/core/lib/command-utils.js:201:1)
Truffle v5.6.4 (core: 5.6.4)
Node v16.16.0
Copy link
Member

@cds-amal cds-amal left a comment

Choose a reason for hiding this comment

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

Nice. Let's get it in!

@@ -7,7 +7,9 @@ const usage =
OS.EOL +
" Available sub-commands: " +
OS.EOL +
" serve \tStart the GraphQL server";
Copy link
Member

@cds-amal cds-amal Nov 23, 2022

Choose a reason for hiding this comment

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

Doozy of a commit message!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

what's Doozy mean?

@lsqproduction lsqproduction merged commit 2c68fb1 into develop Nov 23, 2022
@lsqproduction lsqproduction deleted the subCMDHelp branch November 23, 2022 15:50
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.

None yet

2 participants