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 679e5b0 commit f25dbc3Copy full SHA for f25dbc3
README.md
@@ -1,3 +1,3 @@
1
-# parser
+# Argumentorum
2
3
-The argument parser used in the Advanced-Command-Handler.
+A simple argument parser.
package.json
@@ -1,6 +1,6 @@
{
"author": "Ayfri",
- "description": "The argument parser used in the Advanced-Command-Handler.",
+ "description": "A simple argument parser.",
4
"devDependencies": {
5
"prettier": "^2.3.2",
6
"typescript": "^4.3.5"
@@ -22,7 +22,7 @@
22
"trailingComma": "es5",
23
"useTabs": true
24
},
25
- "name": "argument-parser",
+ "name": "argumentorum",
26
"scripts": {
27
"build": "tsc",
28
"prepublishOnly": "npm run prettier && npm run build",
0 commit comments