Function cmd_prompt_save_with_args
Source pub fn cmd_prompt_save_with_args(
args: SavePromptArgs,
) -> Result<(), Box<dyn Error>>
Expand description
Executes the prompt save subcommand.
§Arguments
args - Save command arguments.
§Errors
Returns an error if saving fails.