Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor command-line options to provide some level of compatibility with symchk #5

Open
DrChat opened this issue Oct 6, 2022 · 1 comment

Comments

@DrChat
Copy link
Member

DrChat commented Oct 6, 2022

This will make it easier to use this tool as a drop-in replacement for symchk down the line.

Input options:

  • /if <Filename>
  • /im <Manifest>

PDB options:

  • /pa Public and private symbols
  • /pf Verify that PDBs contain full source information
  • /ps Verify that PDBs are stripped
  • /pt Verify that PDBs are stripped but contain type information

Output options:

  • /om <Manifest>
@DrChat
Copy link
Member Author

DrChat commented Dec 15, 2023

Last I checked, clap does not support / commands.... This is probably never going to get done.
clap-rs/clap#2468

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant