method Secret.promptimport { Secret } from "https://dotland.deno.dev/x/cliffy@v0.19.1/prompt/secret.ts"; prompt(options: string | SecretOptions): Promise<string>Execute the prompt and show cursor on end. Parametersoptions: string | SecretOptionsReturnsPromise<string>