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`|