Add github mirror

This commit is contained in:
Daniel Flanagan 2022-02-12 13:18:25 -06:00
parent 94b3117dc3
commit ae56529524
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4
2 changed files with 9 additions and 1 deletions

View file

@ -2,6 +2,8 @@
None of this crap is really tested. Have fun! None of this crap is really tested. Have fun!
[🖥️ Upstream][upstream] • [🐙 GitHub Mirror][github]
## Installation ## Installation
Run the below scripts to install `poc-cli` for your platform: Run the below scripts to install `poc-cli` for your platform:
@ -72,7 +74,7 @@ sudo chmod 755 /usr/bin/poc-cli
## Usage ## Usage
It's self-documenting! It's self-documenting... sort of!
``` ```
poc-cli poc-cli
@ -125,3 +127,6 @@ poc-cli
- Contains information about where to find plugins and their versions - Contains information about where to find plugins and their versions
- Plugins - Plugins
- Probably dumb scripts that call fancier things - Probably dumb scripts that call fancier things
[upstream]: https://git.lyte.dev/lytedev/pluggable-cli-deno
[github]: https://github.com/lytedev/pluggable-cli-deno

View file

@ -34,6 +34,9 @@ async function usage() {
console.info(" ensure-plugin <plugin-name>") console.info(" ensure-plugin <plugin-name>")
console.info(" list-plugins") console.info(" list-plugins")
console.info(" show-config") console.info(" show-config")
console.info(" <plugin> [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() { async function listPlugins() {