mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-21 02:29:23 +00:00
Updated User Menu Cookbook (markdown)
parent
be1a6334f1
commit
bc6a886cba
1 changed files with 2 additions and 2 deletions
|
|
@ -23,12 +23,12 @@ export default {
|
|||
```js
|
||||
export default {
|
||||
'R - cd /': async ({CloudCmd}) => {
|
||||
CloudCmd.loadDir({
|
||||
await CloudCmd.loadDir({
|
||||
path: '/'
|
||||
});
|
||||
},
|
||||
'H - cd ~': async ({CloudCmd}) => {
|
||||
CloudCmd.loadDir({
|
||||
await CloudCmd.loadDir({
|
||||
path: '/Users/coderaiser'
|
||||
});
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue