lost help messages

This commit is contained in:
Vyacheslav.Sviridov
2022-07-28 19:29:01 +06:00
parent dbdef199e6
commit 0c410fbaaf
2 changed files with 4 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ const mainHelp = [
'home - navigate to root folder', 'home - navigate to root folder',
'alarms - show alarms', 'alarms - show alarms',
'sync - initiate node CM synchronization', 'sync - initiate node CM synchronization',
'search - searching for specified nodes',
'persistent - toggle persistent attributes inclusion', 'persistent - toggle persistent attributes inclusion',
'exit - logout and exit application', 'exit - logout and exit application',
].join('\n') ].join('\n')
@@ -16,10 +17,11 @@ const configHelp = [
'set - set attribute\'s value', 'set - set attribute\'s value',
'get - get attribute\'s value', 'get - get attribute\'s value',
'commit - commiting changes to the network', 'commit - commiting changes to the network',
'description - show attribute\'s description',
'check - view configuration changes', 'check - view configuration changes',
'end - exit config mode without commiting', 'end - exit config mode without commiting',
'exit - logout and exit application', 'exit - logout and exit application',
].join('\n') ].join('\n')
module.exports = { mainHelp, configHelp } module.exports = { mainHelp, configHelp }

View File

@@ -1,6 +1,6 @@
{ {
"name": "enm-cli", "name": "enm-cli",
"version": "1.0.2a", "version": "1.0.3a",
"description": "This is a cli application for Ericsson Network Manager (ENM)", "description": "This is a cli application for Ericsson Network Manager (ENM)",
"bin": "./bin/enm-cli.js", "bin": "./bin/enm-cli.js",
"scripts": { "scripts": {