Workstation API - v0.6.2
    Preparing search index...

    Type Alias ShellExpression

    ShellExpression:
        | { kind: "variable"; name: string }
        | { kind: "home"; path: string }
        | { kind: "concat"; values: readonly ShellValue[] }
        | { command: ShellCommand; kind: "capture" }

    A value expanded when the generated shell file runs, rather than during configuration loading.