method Secret.promptimport { Secret } from "https://deno.land/x/lume@v1.16.1/deps/cliffy.ts"; prompt(options: string | SecretOptions): Promise<string>Execute the prompt and show cursor on end. Parametersoptions: string | SecretOptionsReturnsPromise<string>