Skip to content

Implement os-specific actions? #66

@quintesse

Description

@quintesse

Should we allow for actions to indexed by os? (and arch? other things?)

For example:

actions:
  clean@posix: "rm -f classes"
  clean@win: "rd /s /q classes"

To take note of:

  • more specific wins over less
  • need to deal with cases where an action exists, but not for the os it's being asked to run on

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