Function cmd_prompt_share
Source pub fn cmd_prompt_share(
name: String,
output: Option<PathBuf>,
format: String,
domain: Option<String>,
include_stats: bool,
) -> Result<(), Box<dyn Error>>
Expand description
Executes the prompt share subcommand.
§Arguments
name - Prompt name to share.
output - Optional output file path.
format - Export format.
domain - Optional domain scope to search.
include_stats - Include usage statistics.
§Errors
Returns an error if sharing fails.