Enable globstar by default #909
Labels
dep: mvdan/sh
Issues related to the upstream interpreter used by Task.
type: breaking change
Changes that are not backward compatible.
type: enhancement
A change to an existing feature or functionality.
As per the discussions on Discord and in #908, we should consider enabling
shopt -s globstar
by default for shell commands. This will enable functionality like this:without having to do this:
The text was updated successfully, but these errors were encountered: