SitemapGen - Code Documentation
sitemapgen/cli.py
The file containing the main CLI code.
method
run
The main function that runs the CLI code.
The CLI Supports the following options:
- –version
Show the tool’s version
- –help
Show the help message and exit.
- –url
Specify a website url to generate a sitemap from.
- –out
Specify an output file for the sitemap.
- –disguise
Specify a disguise URL for use in the sitemap. Useful when you are creating sitemap for a local website before hosting it.