input-terminal
    Preparing search index...

    Class ArgsOptions

    Manages and stores the arguments and options for a command.

    Index

    Constructors

    Accessors

    Constructors

    Accessors

    • get args(): (string | number | boolean)[]

      Get the arguments for the command.

      Returns (string | number | boolean)[]

    • get options(): Options

      Get the options for the command.

      Returns Options