help
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { GluegunMenuToolbox } from '@lenne.tech/gluegun-menu'
|
||||
import { defaultMenuSettings } from '../../../../globals';
|
||||
const tto = require('terminal-table-output').create();
|
||||
|
||||
type Stack = {
|
||||
@@ -13,7 +14,7 @@ module.exports = {
|
||||
name: 'status',
|
||||
alias: ['s'],
|
||||
description: 'Show status for available testservers (s)',
|
||||
hidden: true,
|
||||
hidden: false,
|
||||
run: async (toolbox: GluegunMenuToolbox) => {
|
||||
|
||||
const { system, strings } = toolbox
|
||||
@@ -62,7 +63,7 @@ module.exports = {
|
||||
tto.print(true);
|
||||
|
||||
if (toolbox.fromMenu()) {
|
||||
await toolbox.menu.showMenu('deployment testservers');
|
||||
await toolbox.menu.showMenu('deployment testservers', defaultMenuSettings);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user