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
3232$ peerchat COMMAND
3333running command...
3434$ 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
3636$ peerchat --help [COMMAND]
3737USAGE
3838 $ peerchat COMMAND
@@ -66,7 +66,7 @@ EXAMPLES
6666 $ peerchat dstack myCoolNickname
6767```
6868
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 ) _
7070
7171## ` peerchat discord [ROOM] `
7272
@@ -88,7 +88,7 @@ EXAMPLES
8888 $ CHANNEL_ID="<discord channel id>" DISCORD_KEY="<discord bot token>" peerchat discord dstack
8989```
9090
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 ) _
9292
9393## ` peerchat help [COMMAND] `
9494
@@ -105,5 +105,5 @@ OPTIONS
105105 -n, --nested-commands Include all nested commands in the output.
106106```
107107
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 ) _
109109<!-- commandsstop -->
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.4 " ,
4+ "version" : " 0.1.5 " ,
55 "author" : " Mykhailo Marynenko @0x77dev" ,
66 "bin" : {
77 "peerchat" : " ./bin/run" ,
You can’t perform that action at this time.
0 commit comments