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
Questions or input can be pre-defined or inlined. Inlining is order dependant, naturally. Pre-defined inputs are invoked at program startup time. One would prefer to design the cli with the former as it would be less surprising than in-the-middle execution stops for prompting. Inlining would be used in conditional scenarios where an input is only needed for a certain part of the cli hierarchy, or optional data.
I see it practical that we provide a "question" template function that could be used to ask user about inputting info
Used in a summon file something like:
The text was updated successfully, but these errors were encountered: