Skip to content

Commit afe8556

Browse files
committed
chore: perf code example of readme
1 parent 1d68464 commit afe8556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ cli-tool exec ./command/test.js
4343
const { App } = require('@axiosleo/cli-tool');
4444
const app = new App({
4545
name: 'cli-tool', // cli app command name, required
46+
version: '1.0.0', // cli app version, required
4647
desc: 'cli app description',
47-
version: '1.0.0', // cli app version, required
4848
commands_dir: '/path/to/commands/dir/', // will auto load command files
4949
commands_sort: ['help', ... ],
5050
commands_group: {

0 commit comments

Comments
 (0)