Skip to content

Commit

Permalink
remove testing folder and update typos
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeRx committed Oct 26, 2022
1 parent f20186c commit d5b3ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/cmds/init/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { build } from '../build/buildHandler';
import { initHandler } from './initHandler';

export = {
command: ['init [directory]', 'i <directory>'],
command: ['init [directory]', 'i [directory]'],
desc: 'Initialize Snap package',
builder: (yarg: yargs.Argv) => {
yarg
Expand Down

0 comments on commit d5b3ca9

Please sign in to comment.