Skip to content

Commit

Permalink
Bump 1.5.2
Browse files Browse the repository at this point in the history
cmd._foreach helper method supported object param
  • Loading branch information
AxiosLeo committed May 5, 2023
1 parent df559c9 commit c1dd393
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/cli-tool.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const { App } = require('..');
// init app
const app = new App({
name: 'cli-tool',
version: '1.5.1',
version: '1.5.2',
desc: 'application_desc',
commands_dir: path.join(__dirname, '../commands'),
commands_sort: ['help', 'init', 'make', 'exec'],
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axiosleo/cli-tool",
"version": "1.5.1",
"version": "1.5.2",
"description": "Design for quickly developing CLI applications using Node.js.",
"keywords": [
"cli",
Expand Down Expand Up @@ -61,4 +61,4 @@
"lint"
]
}
}
}

0 comments on commit c1dd393

Please sign in to comment.