Skip to content

Support multiline prerequisites #23

@nk9

Description

@nk9

Implemented with casey/just#1551

Examples of now-valid syntax:

default: a \
         b \
         c
a:
  echo a
b:
  echo b
c:
  echo c
default: a\
b\
c
a:
  echo a
b:
  echo b
c:
  echo c

And this should be marked as invalid:

default: a\ b

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions