pyi-archive_viewer - View a PyInstaller archive
usage: pyi-archive_viewer [-h] [-l] [-r] [-b] [--log-level LEVEL]
pyi_archive
- -h, --help
- Show this help message and exit.
- -l, --list
- List the archive contents and exit (default: False).
- -r,
--recursive
- Recursively print an archive log (default: False). Implies
--list.
- -b, --brief
- When displaying archive contents, show only file names. (default:
False).
- --log-level
LEVEL
- Amount of detail in build-time console messages. LEVEL may be one of
TRACE, DEBUG, INFO, WARN, DEPRECATION, ERROR, FATAL (default: INFO). Also
settable via and overrides the PYI_LOG_LEVEL environment variable.