mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
chore(scripts): improve new issue script confirmation
This commit is contained in:
@@ -26,7 +26,7 @@ collect_requirements() {
|
||||
while true; do
|
||||
if add_requirement; then
|
||||
req_count=$((req_count + 1))
|
||||
if [ $req_count -ge 2 ] && ! gum confirm "Do you want to add another requirement?"; then
|
||||
if [ $req_count -ge 2 ] && ! gum confirm --default=false "Do you want to add another requirement?"; then
|
||||
break
|
||||
fi
|
||||
else
|
||||
|
||||
+3
-3
@@ -16,11 +16,11 @@ vars:
|
||||
|
||||
includes:
|
||||
hway:
|
||||
taskfile: .taskfiles/Hway.yml
|
||||
taskfile: taskfiles/Hway.yml
|
||||
ipfs:
|
||||
taskfile: .taskfiles/IPFS.yml
|
||||
taskfile: taskfiles/IPFS.yml
|
||||
sonrd:
|
||||
taskfile: .taskfiles/Sonrd.yml
|
||||
taskfile: taskfiles/Sonrd.yml
|
||||
|
||||
tasks:
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user