Skip to content

Commit

Permalink
fix: use yargs
Browse files Browse the repository at this point in the history
refactor: use new msh libs, use yargs,
  • Loading branch information
milosbugarinovic committed Dec 7, 2021
1 parent ec9312d commit 3c6abca
Show file tree
Hide file tree
Showing 82 changed files with 5,272 additions and 7,503 deletions.
5 changes: 5 additions & 0 deletions .ncurc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"reject": [
"chalk"
]
}
2 changes: 1 addition & 1 deletion bin/msh.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env node

require('../dist/index');
require('../dist/index-cli');
2 changes: 2 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ comment:
ignore:
- "src/test/**/*"
- "src/**/*.test.ts"
- "src/**/*.contract.ts"
- "src/**/__mocks__/**/*"
10 changes: 5 additions & 5 deletions dist/app/cli-app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/app/http-server-app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 0 additions & 28 deletions dist/app/index.js

This file was deleted.

22 changes: 0 additions & 22 deletions dist/app/init/exec-args-as-command.js

This file was deleted.

4 changes: 2 additions & 2 deletions dist/app/tui-app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions dist/controller/cli-menu/main-menu.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3c6abca

Please sign in to comment.