You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to input some options if I want to input those. Is there any ways to do this?
For example, I want to generate such file if I want to use Firebase.
This feature may be able to be realized as single attempt of array input option, but I couldn't find how to input options only once.
The text was updated successfully, but these errors were encountered:
0x0c
changed the title
Is there any ways to continue to input options if needed.
Is there any ways to continue to input options if needed?
Jul 18, 2022
Currently, using array type option allows to input multiple options until I answer no the first question, like this.
flowchart TD
start[Do you want to use Firebase?] --> |"Yes"| B1[Please input your Firebase app id]
B1 --> B2[Please input your Firebase CI Token.]
B2 --> B3[Please input an app distribution group.]
B3 --> start[Do you want to use Firebase?]
start[Do you want to use Firebase?] -->|"No"| C[Done]
Loading
I want to input options only once if I answer yes to first question, like this flowchart. If there is no way to do this, I can make PR.
flowchart TD
start[Do you want to use Firebase?] --> |"Yes"| B1[Please input your Firebase app id]
B1 --> B2[Please input your Firebase CI Token.]
B2 --> B3[Please input an app distribution group.]
B3 --> C
start[Do you want to use Firebase?] -->|"No"| C[Done]
I want to input some options if I want to input those. Is there any ways to do this?
For example, I want to generate such file if I want to use Firebase.
This feature may be able to be realized as single attempt of array input option, but I couldn't find how to input options only once.
The text was updated successfully, but these errors were encountered: