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

Commit

Permalink
fix: fixed commands directory in example
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Apr 4, 2018
1 parent 305393a commit 2d8b964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/src/command.ts.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ hello world from ./src/<%- name %>.ts!
const {args, flags} = this.parse(<%- klass %>)
const name = flags.name || 'world'
this.log(`hello ${name} from ./src/<%- path %>.ts!`)
this.log(`hello ${name} from ./src/commands/<%- path %>.ts!`)
if (args.file && flags.force) {
this.log(`you input --force and --file: ${args.file}`)
}
Expand Down

0 comments on commit 2d8b964

Please sign in to comment.