Skip to content

bob inspect input has undefined behaviour #170

@zuzuleinen

Description

@zuzuleinen

For a Bobfile:

build:
  build:
    input: "*"
    cmd: echo "Hello build!"

running bob inspect input build will display the number of inputs, ex. "Task build has 3 inputs"

For

build:
  build:
    cmd: echo "Hello build!"

running bob inspect input build will say "Task build has 0 inputs"

However, it should say "Task build has 3 inputs" because based on our docs "By default the entire directory is considered (*)" for input.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions