Skip to content

Add --and for doing extra compilation with the same arguments #587

@evhub

Description

@evhub
coconut src dst --and src2 dst2 --and src3 dst3 --target x.y

should be equivalent to

coconut src dst --target x.y
coconut src2 dst2 --target x.y
coconut src3 dst3 --target x.y

and also enable --jobs to do all the compilation simultaneously.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions