From ae56529524ab6dd431a33c9d12f402863a1e4b2a Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Sat, 12 Feb 2022 13:18:25 -0600 Subject: [PATCH] Add github mirror --- readme.md | 7 ++++++- src/core.ts | 3 +++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 8f5892e..74d86e9 100644 --- a/readme.md +++ b/readme.md @@ -2,6 +2,8 @@ None of this crap is really tested. Have fun! +[🖥️ Upstream][upstream] • [🐙 GitHub Mirror][github] + ## Installation Run the below scripts to install `poc-cli` for your platform: @@ -72,7 +74,7 @@ sudo chmod 755 /usr/bin/poc-cli ## Usage -It's self-documenting! +It's self-documenting... sort of! ``` poc-cli @@ -125,3 +127,6 @@ poc-cli - Contains information about where to find plugins and their versions - Plugins - Probably dumb scripts that call fancier things + +[upstream]: https://git.lyte.dev/lytedev/pluggable-cli-deno +[github]: https://github.com/lytedev/pluggable-cli-deno diff --git a/src/core.ts b/src/core.ts index 8d40c9d..3f15cf6 100644 --- a/src/core.ts +++ b/src/core.ts @@ -34,6 +34,9 @@ async function usage() { console.info(" ensure-plugin ") console.info(" list-plugins") console.info(" show-config") + console.info(" [args] (Example: poc-cli echo Parrot)") + console.info(" if the specified plugin isn't installed,") + console.info(" poc-cli will install it for you") } async function listPlugins() {