You are troubleshooting a parsing issue. You want to see the configuration file path that contributed a specific setting. What flag should you use with btool?
Trap 1: --list-files
This is not a valid flag.
Trap 2: --debug
This flag displays the file and line number but is less specific than --show-files for paths.
Trap 3: --source
This is not a valid flag.
- A
--show-files
This flag displays the source file for each configuration line.
- B
--list-files
Why wrong: This is not a valid flag.
- C
--debug
Why wrong: This flag displays the file and line number but is less specific than --show-files for paths.
- D
--source
Why wrong: This is not a valid flag.