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
edit_db uses IO::Prompter::prompt. I need to add the -v/-verbatim option to all calls so the response is just the input, and not an object that stringifies to the input. I've gotten bitten by that behavior and "fixed" it by forcibly stringifying the return. This is the "right" way to get that behavior.
The text was updated successfully, but these errors were encountered:
edit_db uses IO::Prompter::prompt. I need to add the -v/-verbatim option to all calls so the response is just the input, and not an object that stringifies to the input. I've gotten bitten by that behavior and "fixed" it by forcibly stringifying the return. This is the "right" way to get that behavior.
The text was updated successfully, but these errors were encountered: