You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run pixee fix <dir>, I get great output, but I don't know the details of the changes being made, but that's my immediate next question. I found out later I could use pixee explain to search through the changes and see the ones I want. This was fantastic, but I had to discover about pixee explain later.
Can we tell the user to run pixee explain right after, or better yet, just "go into" that mode after the changes are done?
Said another way -- right now the use case for running pixee fix . feels like: "Run the codemods and show me what codemods hit." That doesn't feel right -- it should be "Run the codemods and show me the details of the changes."
The text was updated successfully, but these errors were encountered:
I agree it's not too intuitive, but I also think there's value in having the default provide a smaller, more digestible summary.
How would you feel if we keep the default behavior but running pixee fix --explain puts you into explain mode after the results summary? And we could make sure to call out this option in the default output of pixee fix.
I agree with your suggestion that there's value in having the default provide a smaller, more digestible summary. I also suggest the following changes:
Add pixee explain in the results of pixee fix . to see the changes.
Running pixee fix --explain will put the user into explain mode after the results summary.
When I run
pixee fix <dir>
, I get great output, but I don't know the details of the changes being made, but that's my immediate next question. I found out later I could usepixee explain
to search through the changes and see the ones I want. This was fantastic, but I had to discover aboutpixee explain
later.Can we tell the user to run
pixee explain
right after, or better yet, just "go into" that mode after the changes are done?Said another way -- right now the use case for running
pixee fix .
feels like: "Run the codemods and show me what codemods hit." That doesn't feel right -- it should be "Run the codemods and show me the details of the changes."The text was updated successfully, but these errors were encountered: