voiage.cli.main
main([positional or keyword] output_format: OutputFormat = typer.Option('text', '--format', help='Output format for command results: text, json, or csv'), [positional or keyword] quiet: bool = typer.Option(False, '--quiet', help='Suppress confirmation messages and keep only the result output'), [positional or keyword] verbose: bool = typer.Option(False, '--verbose', help='Emit debug diagnostics to stderr without changing stdout output')) -> NoneConfigure CLI-wide output formatting.
Parameters:
output_formatOutputFormat(default:typer.Option('text', '--format', help='Output format for command results: text, json, or csv'))quietbool(default:typer.Option(False, '--quiet', help='Suppress confirmation messages and keep only the result output'))verbosebool(default:typer.Option(False, '--verbose', help='Emit debug diagnostics to stderr without changing stdout output'))
Returns: None