Skip to content

Context based commands #16

Open
Open
@shikaan

Description

@shikaan

Sometimes you need to execute different commands in different environments, but you don't necessarily want to expose the information through commands

We could annotate those commands with the context

@Linux
build:
  nasm -g -f elf64 -o build/$1.o $1

@Darwin
build:
  nasm -g -f macho -o build/$1.o $1

Not sure about the syntax, since I have no idea if this should be more generic

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions