提交 0103206f authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-7988 move -askall to -terse so old -askall behavior is default and old default is now -terse

上级 164c6111
......@@ -77,7 +77,7 @@ GetOptions(
'type=s' => \$opts{type},
'versions=s' => \$opts{versions},
'noedit' => \$opts{noedit},
'askall' => \$opts{askall},
'terse' => \$opts{terse},
'debug' => \$opts{debug},
) or die "Usage: $0 -summary <summary> -desc <desc> [-debug] ....\n";
......@@ -166,7 +166,7 @@ if (!$opts{hash}) {
}
}
if ($opts{askall}) {
if (!$opts{terse}) {
$opts{project} = getfield("Project: ", $opts{project});
$opts{type} = getfield("Type: ", $opts{type});
$opts{versions} = getfield("Versions: ", $opts{versions});
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论