interface ListOptions {
    json?: boolean;
    sort?: "date" | "name" | "branches";
    tag?: string;
}

Properties

Properties

json?: boolean
sort?: "date" | "name" | "branches"
tag?: string