Documentation
    Preparing search index...

    The List command is used to display a list of commands

    Hierarchy

    • ListCommand
      • ListCommand

    Implements

    Index

    Constructors

    Properties

    options: CommandOptions = {}

    Configuration options accepted by the command

    kernel: Kernel

    Accessors

    • get staysAlive(): undefined | boolean

      Returns undefined | boolean

    • get startApp(): undefined | boolean

      Returns undefined | boolean

    Methods

    • Terminate the app. A command should prefer calling this method over the "app.terminate", because this method only triggers app termination when the current command is in the charge of the process.

      Returns Promise<void>