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 +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ $ npm install -g peerchat
32
32
$ peerchat COMMAND
33
33
running command...
34
34
$ peerchat (-v| --version| version)
35
- peerchat/0.1.4 darwin-x64 node-v16.13 .2
35
+ peerchat/0.1.5 darwin-arm64 node-v17.7 .2
36
36
$ peerchat --help [COMMAND]
37
37
USAGE
38
38
$ peerchat COMMAND
@@ -66,7 +66,7 @@ EXAMPLES
66
66
$ peerchat dstack myCoolNickname
67
67
```
68
68
69
- _ See code: [ src/commands/index.ts] ( https://github.com/dstack-js/chat/blob/v0.1.4 /src/commands/index.ts ) _
69
+ _ See code: [ src/commands/index.ts] ( https://github.com/dstack-js/chat/blob/v0.1.5 /src/commands/index.ts ) _
70
70
71
71
## ` peerchat discord [ROOM] `
72
72
@@ -88,7 +88,7 @@ EXAMPLES
88
88
$ CHANNEL_ID="<discord channel id>" DISCORD_KEY="<discord bot token>" peerchat discord dstack
89
89
```
90
90
91
- _ See code: [ src/commands/discord/index.ts] ( https://github.com/dstack-js/chat/blob/v0.1.4 /src/commands/discord/index.ts ) _
91
+ _ See code: [ src/commands/discord/index.ts] ( https://github.com/dstack-js/chat/blob/v0.1.5 /src/commands/discord/index.ts ) _
92
92
93
93
## ` peerchat help [COMMAND] `
94
94
@@ -105,5 +105,5 @@ OPTIONS
105
105
-n, --nested-commands Include all nested commands in the output.
106
106
```
107
107
108
- _ See code: [ @oclif/plugin-help ] ( https://github.com/oclif/plugin-help/blob/v5.1.11 /src/commands/help.ts ) _
108
+ _ See code: [ @oclif/plugin-help ] ( https://github.com/oclif/plugin-help/blob/v5.1.12 /src/commands/help.ts ) _
109
109
<!-- commandsstop -->
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.4 " ,
4
+ "version" : " 0.1.5 " ,
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