We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab93ee8 commit 05b4008Copy full SHA for 05b4008
cmdcomp/app.py
@@ -13,7 +13,7 @@ class App:
13
def run(cls, args: list[str] | None = None) -> None:
14
parser = ArgumentParser(
15
prog="cmdcomp",
16
- description="A command-line tool for comparing commands.",
+ description="ShellScript completion generator tool.",
17
)
18
19
parser.add_argument(
pyproject.toml
@@ -1,7 +1,7 @@
1
[tool.poetry]
2
name = "cmdcomp"
3
version = "2.2.0"
4
-description = "cmdcomp is a cli tool completion generator for shell."
+description = "ShellScript completion generator tool."
5
authors = ["Yasutanium <[email protected]>"]
6
readme = "README.md"
7
license = "BSD-3-Clause"
0 commit comments