When running swift package dump-symbol-graph it will be really useful to limit it to a selection of targets. An idea is to use a typical '--target' option as is used in other SwiftPM subcommands.
Expected behavior
It is expected that there is a target selector on the dump-symbol-graph subcommand that dumps the symbol graph for that target alone.
Actual behavior
What happens today is that there is no documented way to select only a specific target when dumping the symbol graph.
Steps to reproduce
No response
Swift Package Manager version/commit hash
No response
Swift & OS version (output of swift --version && uname -a)
Description
When running
swift package dump-symbol-graph
it will be really useful to limit it to a selection of targets. An idea is to use a typical '--target' option as is used in other SwiftPM subcommands.Expected behavior
It is expected that there is a target selector on the dump-symbol-graph subcommand that dumps the symbol graph for that target alone.
Actual behavior
What happens today is that there is no documented way to select only a specific target when dumping the symbol graph.
Steps to reproduce
No response
Swift Package Manager version/commit hash
No response
Swift & OS version (output of
swift --version && uname -a
)No response