From 7efa362f229ba7667f92a742a7b174ea98218ccb Mon Sep 17 00:00:00 2001 From: RJ Padilla Date: Mon, 15 Mar 2021 15:02:01 -0400 Subject: [PATCH] `treehouses message` formatting (fixes #2050) (#2051) Co-authored-by: dogi --- README.md | 13 +++++++------ modules/help.sh | 13 +++++++------ package.json | 2 +- 3 files changed, 15 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index ec8ee8e662..21b732a74f 100644 --- a/README.md +++ b/README.md @@ -166,12 +166,13 @@ magazines downloads specific magazine issue as a [url] shows the homepage URL of magazine resolution sets the screen resolution depending on the attached display device system [cpu|ram|disk|volt|temperature] display real system informations -message gitter sets api/channel info in config file and sends/recieves messages in gitter - - - slack sets api/channel info in config file and sends/recieves messages in slack - - discord sets api/channel info in config file +message sends message to chat service + sets api/channel info in config file + sends/recieves messages in gitter + + sets api/channel info in config file + sends/recieves messages in slack + sets api/channel info in config file shutdown [now|in|force] shutdown the system ``` diff --git a/modules/help.sh b/modules/help.sh index 519abe8b28..f3ee201f0e 100644 --- a/modules/help.sh +++ b/modules/help.sh @@ -142,12 +142,13 @@ magazines downloads specific magazine issue as a [url] shows the homepage URL of magazine resolution sets the screen resolution depending on the attached display device system [cpu|ram|disk|volt|temperature] display real system informations -message gitter sets api/channel info in config file and sends/recieves messages in gitter - - - slack sets api/channel info in config file and sends/recieves messages in slack - - discord .......sets api/channel info in config file +message sends message to chat service + sets api/channel info in config file + sends/recieves messages in gitter + + sets api/channel info in config file + sends/recieves messages in slack + sets api/channel info in config file shutdown [now|in|force] shutdown the system EOF echo "$helpdefault" diff --git a/package.json b/package.json index a78ae217de..46cce39f93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@treehouses/cli", - "version": "1.25.23", + "version": "1.25.24", "remote": "4000", "description": "Thin command-line interface for Raspberry Pi low level configuration.", "main": "cli.sh",