This repository was archived by the owner on Aug 15, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ $ npm install -g peerchat
3838$ peerchat COMMAND
3939running command...
4040$ 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
4242$ peerchat --help [COMMAND]
4343USAGE
4444 $ peerchat COMMAND
@@ -72,7 +72,7 @@ EXAMPLES
7272 $ peerchat dstack myCoolNickname
7373```
7474
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 ) _
7676
7777## ` peerchat discord [ROOM] `
7878
@@ -94,7 +94,7 @@ EXAMPLES
9494 $ CHANNEL_ID="<discord channel id>" DISCORD_KEY="<discord bot token>" peerchat discord dstack
9595```
9696
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 ) _
9898
9999## ` peerchat help [COMMAND] `
100100
Original file line number Diff line number Diff line change 11{
22 "name" : " peerchat" ,
33 "description" : " Peer-to-peer terminal chat" ,
4- "version" : " 0.1.2 " ,
4+ "version" : " 0.1.3 " ,
55 "author" : " Mykhailo Marynenko @0x77dev" ,
66 "bin" : {
77 "peerchat" : " ./bin/run" ,
You can’t perform that action at this time.
0 commit comments