mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
feature: cloudcmd: user-menu: root
This commit is contained in:
parent
1c0021dbb6
commit
32f89d3874
5 changed files with 45 additions and 43 deletions
|
|
@ -51,7 +51,7 @@ export async function init() {
|
|||
}
|
||||
|
||||
export async function show(options = {}) {
|
||||
await runTerminal(options);
|
||||
return await runTerminal(options);
|
||||
}
|
||||
|
||||
const runTerminal = promisify((options, fn) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue