Skip to content

Commit 21cd2cf

Browse files
committed
docs: update docs
1 parent ef42548 commit 21cd2cf

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
mrtehran-cli
22
=================
33

4-
A new CLI generated with oclif
4+
MrTehran CLI application
55

66

77
[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)

package.json

+3-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mrtehran-cli",
3-
"description": "Nodejs MrTehran CLI",
4-
"version": "0.4.0",
3+
"description": "MrTehran CLI application",
4+
"version": "0.4.1",
55
"author": "HamidNE",
66
"bin": {
77
"mrtehran": "./bin/run.js"
@@ -53,12 +53,7 @@
5353
"plugins": [
5454
"@oclif/plugin-help"
5555
],
56-
"topicSeparator": " ",
57-
"topics": {
58-
"hello": {
59-
"description": "Say hello to the world and others"
60-
}
61-
}
56+
"topicSeparator": " "
6257
},
6358
"repository": "https://github.com/HamidNE/mrtehran-cli",
6459
"scripts": {

0 commit comments

Comments
 (0)