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.
For a Bobfile:
running
bob inspect input buildwill display the number of inputs, ex. "Task build has 3 inputs"For
running
bob inspect input buildwill 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.