Skip to content

Commit

Permalink
clic 0.3.0 (via alr publish --submit) (#1005)
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo authored Feb 22, 2024
1 parent 1300ee3 commit b99ee0b
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions index/cl/clic/clic-0.3.0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name = "clic"
description = "Command Line Interface Components"
version = "0.3.0"

authors = ["Alejandro R. Mosteo", "Fabien Chouteau"]
maintainers = ["[email protected]", "Fabien Chouteau <[email protected]>"]
maintainers-logins = ["mosteo", "Fabien-Chouteau"]
licenses = "MIT AND GPL-3.0-or-later WITH GCC-exception-3.1"
tags = ["cli", "command-line", "user-input", "tty"]
website = "https://github.com/alire-project/clic"
long-description = """
Command Line Interface Components:
- "git like" subcommand handling
- TTY color and formatting
- User input queries
- User configuration
"""

[[depends-on]]
aaa = "~0.2.4"
simple_logging = "^1.2.0"
ansiada = "^1.0"
ada_toml = "~0.2|~0.3"

[origin]
commit = "56bbdc008e16996b6f76e443fd0165a240de1b13"
url = "git+https://github.com/alire-project/clic.git"

0 comments on commit b99ee0b

Please sign in to comment.