all2md.cli.commands.arxiv
ArXiv submission package command for all2md CLI.
This module provides the arxiv command for generating ArXiv-ready LaTeX submission archives from any supported document format.
- all2md.cli.commands.arxiv.handle_arxiv_command(args: list[str] | None = None) int
Handle arxiv command to generate ArXiv submission packages.
- Parameters:
args (list[str], optional) – Command line arguments (beyond ‘arxiv’)
- Returns:
Exit code (0 for success)
- Return type:
int