This repository was archived by the owner on Aug 15, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ $ npm install -g peerchat
38
38
$ peerchat COMMAND
39
39
running command...
40
40
$ peerchat (-v| --version| version)
41
- peerchat/0.1.2 darwin-x64 node-v16.13.1
41
+ peerchat/0.1.3 darwin-x64 node-v16.13.1
42
42
$ peerchat --help [COMMAND]
43
43
USAGE
44
44
$ peerchat COMMAND
@@ -72,7 +72,7 @@ EXAMPLES
72
72
$ peerchat dstack myCoolNickname
73
73
```
74
74
75
- _ See code: [ src/commands/index.ts] ( https://github.com/dstack-js/chat/blob/v0.1.2 /src/commands/index.ts ) _
75
+ _ See code: [ src/commands/index.ts] ( https://github.com/dstack-js/chat/blob/v0.1.3 /src/commands/index.ts ) _
76
76
77
77
## ` peerchat discord [ROOM] `
78
78
@@ -94,7 +94,7 @@ EXAMPLES
94
94
$ CHANNEL_ID="<discord channel id>" DISCORD_KEY="<discord bot token>" peerchat discord dstack
95
95
```
96
96
97
- _ See code: [ src/commands/discord/index.ts] ( https://github.com/dstack-js/chat/blob/v0.1.2 /src/commands/discord/index.ts ) _
97
+ _ See code: [ src/commands/discord/index.ts] ( https://github.com/dstack-js/chat/blob/v0.1.3 /src/commands/discord/index.ts ) _
98
98
99
99
## ` peerchat help [COMMAND] `
100
100
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " peerchat" ,
3
3
"description" : " Peer-to-peer terminal chat" ,
4
- "version" : " 0.1.2 " ,
4
+ "version" : " 0.1.3 " ,
5
5
"author" : " Mykhailo Marynenko @0x77dev" ,
6
6
"bin" : {
7
7
"peerchat" : " ./bin/run" ,
You can’t perform that action at this time.
0 commit comments