Skip to content

concore run defaults to Windows scripts on non‑Windows systems #260

@Titas-Ghosh

Description

@Titas-Ghosh

Description

The CLI option --type defaults to windows on every OS. On Linux/macOS, this generates build.bat/run.bat and Windows-specific commands, so the default Quick Start fails unless users explicitly pass --type posix.

Steps to reproduce

On Linux/macOS: concore init test-project
workflow.graphml((no --type)
Output contains Windows .bat scripts and commands.

Expected

Default type should match the OS (posix on Linux/macOS, windows on Windows).

Actual

Default is always windows

I have raised PR #271 for this issue , I am open to any feedback on this @pradeeban .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions