Skip to content

Commit

Permalink
Rephrased, fixing some types along the way (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
revelt authored and lahmatiy committed Jan 5, 2020
1 parent 00c4208 commit 5484e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Clap.js

A library for node.js to build command-line interfaces (CLI). It make simple CLI a trivia task, and complex tools with a lot of subcommands and specific features possible. Support for argument coercion and completion suggestion makes typing commands much easer.
A library for node.js to build command-line interfaces (CLI). With its help, making a simple CLI application is a trivial task. It equally excels in complex tools with a lot of subcommands and specific features. This library supports argument coercion and completion suggestion typing the commands is much easier.

Inspired by [commander.js](https://github.com/tj/commander.js)

Expand Down

0 comments on commit 5484e17

Please sign in to comment.