Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
fix: command descriptions not showing up in the help (#124)
Browse files Browse the repository at this point in the history
This is for JavaScript-based commands. See discussion in oclif/oclif#120
  • Loading branch information
shazron authored and jdx committed May 30, 2018
1 parent 7cef9cd commit dd37310
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/src/command.js.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ class <%- klass %> extends Command {
}
}

<%- klass %>.description = `
Describe the command here
<%- klass %>.description = `Describe the command here
...
Extra documentation goes here
`
Expand Down

0 comments on commit dd37310

Please sign in to comment.