Skip to content

Commit

Permalink
docs(readme): add edit command to list
Browse files Browse the repository at this point in the history
  • Loading branch information
line-o committed Feb 21, 2023
1 parent 09ac4bc commit f9562f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion commands/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ function coerceEditor (id) {
}

export const command = ['edit <resource>']
export const describe = 'Edit a resource in an editor'
export const describe = 'Edit a resource in a local editor'

export function builder (yargs) {
yargs
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ xst <command> --help
|`get [options] <source> <target>`|Download a collection or resource|`download` `fetch`|
|`upload [options] <source> <target>`|Upload files and directories|`up`|
|`remove [options] <paths..>`|Remove collections or resources|`rm` `delete` `del`|
|`edit [options] <resource>`|Edit a resource in a local editor| |
|`execute [<query>] [options]`|Execute a query string or file|`run` `exec`|
|`list [options] <collection>`|List collection contents|`ls`|
|`package list [options]`|List installed packages|`pkg ls`|
Expand Down

0 comments on commit f9562f9

Please sign in to comment.