From f9562f953a469f89e9bb76c793f3703c0c10ff7b Mon Sep 17 00:00:00 2001 From: Juri Leino Date: Tue, 21 Feb 2023 11:46:41 +0100 Subject: [PATCH] docs(readme): add edit command to list --- commands/edit.js | 2 +- readme.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/commands/edit.js b/commands/edit.js index 3edfb42..fb20815 100644 --- a/commands/edit.js +++ b/commands/edit.js @@ -132,7 +132,7 @@ function coerceEditor (id) { } export const command = ['edit '] -export const describe = 'Edit a resource in an editor' +export const describe = 'Edit a resource in a local editor' export function builder (yargs) { yargs diff --git a/readme.md b/readme.md index 3bf6f54..d2a4aba 100644 --- a/readme.md +++ b/readme.md @@ -48,6 +48,7 @@ xst --help |`get [options] `|Download a collection or resource|`download` `fetch`| |`upload [options] `|Upload files and directories|`up`| |`remove [options] `|Remove collections or resources|`rm` `delete` `del`| +|`edit [options] `|Edit a resource in a local editor| | |`execute [] [options]`|Execute a query string or file|`run` `exec`| |`list [options] `|List collection contents|`ls`| |`package list [options]`|List installed packages|`pkg ls`|