Interface ScmCommand

interface ScmCommand {
    arguments?: any[];
    command?: string;
    title: string;
    tooltip?: string;
}

Properties

arguments?: any[]
command?: string
title: string
tooltip?: string