drupflare/drangler - v0.1.0
    Preparing search index...

    Interface SurveyStep

    One read-only command the survey issues, and what a non-zero exit from it means.

    interface SurveyStep {
        command: string;
        description: string;
        id: string;
        required: boolean;
    }
    Index
    command: string
    description: string
    id: string
    required: boolean

    a required step that fails aborts nothing, but its absence is reported as an error