XYOracleNetwork/clients

View on GitHub
packages/cli/src/terminal/commands/commands.ts

Summary

Maintainability
A
0 mins
Test Coverage
export const terminalCommands = [
  'Describe Node',
  'Show Config',
  'Status',
  'Node Logs',
  'Stop Node',
  'Restart Node',
  'Register Module',
  'Unregister Module',
  'List Registered Modules',
  'Attach Module',
  'Detach Module',
  'List Attached Modules',
  'Exit',
]