Interface AnnounceOptions

interface AnnounceOptions {
    info?: boolean;
    message?: string;
    success?: boolean;
}

Properties

info?: boolean

Print route before execution

message?: string

Use instead of the task route

success?: boolean

Print route after successful execution