method Secret.promptimport { Secret } from "https://dotland.deno.dev/x/fluentci@v0.13.0/deps.ts"; prompt(options: string | SecretOptions): Promise<string>Execute the prompt with provided message or options. Parametersoptions: string | SecretOptionsReturnsPromise<string>