We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef42548 commit 21cd2cfCopy full SHA for 21cd2cf
README.md
@@ -1,7 +1,7 @@
1
mrtehran-cli
2
=================
3
4
-A new CLI generated with oclif
+MrTehran CLI application
5
6
7
[](https://oclif.io)
package.json
{
"name": "mrtehran-cli",
- "description": "Nodejs MrTehran CLI",
- "version": "0.4.0",
+ "description": "MrTehran CLI application",
+ "version": "0.4.1",
"author": "HamidNE",
"bin": {
"mrtehran": "./bin/run.js"
@@ -53,12 +53,7 @@
53
"plugins": [
54
"@oclif/plugin-help"
55
],
56
- "topicSeparator": " ",
57
- "topics": {
58
- "hello": {
59
- "description": "Say hello to the world and others"
60
- }
61
+ "topicSeparator": " "
62
},
63
"repository": "https://github.com/HamidNE/mrtehran-cli",
64
"scripts": {
0 commit comments