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