Skip to content

Commit

Permalink
Merge pull request #15 from houssenedao/master
Browse files Browse the repository at this point in the history
Update changelog and remove help content
  • Loading branch information
houssenedao authored May 12, 2018
2 parents 68036a0 + 19893cb commit e48fe62
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.1.0](https://github.com/TheMartianGeeks/superman/releases/tag/0.1.0) - 2018-05-11
## [0.1.2](https://github.com/TheMartianGeeks/superman/releases/tag/0.1.0) - 2018-05-11

### Added

Expand All @@ -16,3 +16,9 @@ __Set Version__

__Init Version__
* Add command `version:init` with flag `--m MAJOR, --i MINOR, --p PATCH`

### Fixed

* Read file if not exist `error`. Now we have a notification if file does't exist.
* Use `shelljs` to write file from any superman `cmd`
* Showing help if you run `superman -h` or `superman --help`
5 changes: 0 additions & 5 deletions lib/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,4 @@ PROGRAM
*/
require('./commands/kernel');

PROGRAM.on('--help', defaultDisplay);
PROGRAM.parse(process.argv);

if (PROGRAM.args.length === 0) {
defaultDisplay();
}

0 comments on commit e48fe62

Please sign in to comment.