clide-js
    Preparing search index...

    Interface GetHelpOptions

    interface GetHelpOptions {
        context: Context;
        maxWidth?: number;
    }
    Index

    Properties

    Properties

    context: Context

    The context object for the command to get help for.

    maxWidth?: number

    The max line-length for the help text.

    80