Skip to content

Commit f2dc910

Browse files
srizzongleisonkz
authored andcommitted
🐛 fix: version command description
1 parent 26f9b0d commit f2dc910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { printVersion } from '../utils/functions.helper';
66
const COMMAND: GluegunCommand = {
77
name: 'version',
88
alias: ['v', '-v', '--version', '-version'],
9-
description: 'Cria um componente Angular de tipo Page',
9+
description: 'Mostra a versão do NgxDevs',
1010
run: async ({ print }: GluegunToolbox) => {
1111
const packageJson: PackageJSON = require('../../package.json');
1212
const version = packageJson?.version;

0 commit comments

Comments
 (0)