Expand description
Shared ignore-file conventions for every subcommand.
Every disassemble action accepts an --ignore-path flag pointing at a
.gitignore-style file. When the flag is omitted we look for
DEFAULT_IGNORE_FILENAME in the directory disassembly is run from,
falling back to the legacy .xmldisassemblerignore filename for the
xml subcommand only (with a deprecation warning) so existing setups
keep working.
Constants§
- DEFAULT_
IGNORE_ FILENAME - Default ignore-file name used by every format. Can be overridden via
the
--ignore-pathCLI flag. - LEGACY_
XML_ IGNORE_ FILENAME - Legacy
xml-disassemblerignore-file name. Kept as a fallback for thexmlsubcommand so users migrating from the standalone crate aren’t silently broken.
Functions§
- resolve_
xml_ ignore_ path - Resolve the ignore path for the
xmlsubcommand.