Skip to content

Commit 5484e17

Browse files
reveltlahmatiy
authored andcommittedJan 5, 2020
Rephrased, fixing some types along the way (#13)
1 parent 00c4208 commit 5484e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Clap.js
66

7-
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.
7+
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.
88

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

0 commit comments

Comments
 (0)
Please sign in to comment.