omio-labs / myke

make with yaml: development tasks made simple with golang, yaml and many ingredients
https://omio-labs.github.io/myke
MIT License
70 stars 16 forks source link

naming a taks off yield a task named false #92

Closed fiji-flo closed 7 years ago

fiji-flo commented 7 years ago
project: foo
tasks:
    off:
        cmd: echo hello

yields:

 PROJECT | TAGS | TASKS 
---------+------+-------
 foo     |      | off   
rdsubhas commented 7 years ago

@fiji-flo After some head scratching, looks like this is a documented spec of YAML 😄

So using these reserved keywords means they have to be quoted. Hence closing as wontfix...