import * as question from "https://deno.land/x/question@0.0.2/input.ts"; FunctionsfdefaultCreate a generic text input question requesting the user to input text in a free form format. A default value can be provided and if the free form text input is blank that value will be used instead.