Skip to content

Commit 117405e

Browse files
author
devnote-dev
committed
chore: update descriptions
1 parent 23d7a6a commit 117405e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CLI.cr
22

3-
Yet another command line interface library for Crystal. Based on [spf13/cobra](https://github.com/spf13/cobra), CLI.cr is built to be almost entirely modular, giving you absolute control over almost everything - there isn't even a default help command or flag!
3+
Yet another command line interface library for Crystal. Based on [spf13/cobra](https://github.com/spf13/cobra), CLI.cr is built to be almost entirely modular, giving you absolute control over almost everything without the need for embedded macros - there isn't even a default help command or flag!
44

55
## Installation
66

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cli
2-
description: expandable command line interface library
2+
description: a modular, non-macro-based command line interface library
33
version: 2.0.0
44
crystal: 1.5.0
55

0 commit comments

Comments
 (0)