Added some utility functions that let us print error/warning messages on issues (they will not print in red/yellow to make them a little more obvious and errors will be directed to std_err)
And allowed for passing in prompt flags so users can specify some customization, and also run the command without having to interact with a select if they already know all the desired options.
Added some utility functions that let us print error/warning messages on issues (they will not print in red/yellow to make them a little more obvious and errors will be directed to std_err)
And allowed for passing in prompt flags so users can specify some customization, and also run the command without having to interact with a
select
if they already know all the desired options.