We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2348a6e commit d1c7da9Copy full SHA for d1c7da9
1 file changed
bin/build_all.pl
@@ -8,7 +8,7 @@
8
use Mojo::File qw/path/;
9
10
GetOptions(
11
- 'builder' => \my $builder,
+ 'builder=s' => \my $builder,
12
'push' => \my $push,
13
'no_cache|no-cache' => \my $no_cache,
14
'workers=i' => \my $workers,
0 commit comments