foundry
foundry copied to clipboard
`forge inspect contract.sol ir` should support an --pretty, to remove the inline comment
Component
Forge
Describe the feature you would like
when i try to use the following command:
forge inspect LSSVMPairFactory ir-optimized > LSSVMPairFactory.ir
there are lots of in-line comment inside the yul file, which is very annoy. if we can remove these inline comment with the --pretty should be much better
you may refer to the following repo: https://github.com/bixia/temp/tree/master
Additional context
forge inspect LSSVMPairFactory ir-optimized --pretty > LSSVMPairFactory.ir
No response