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
Currently, when accessing the --help command and the README to check out the available options/flags to run the sort-comp transform, only three options are visible to the user: --force --dry and --print. Additionally, the --jscodeshift flag (for advanced options) suggests that options like parse and explicitRequire can be declared INSIDE this (jscodeshift) instead of just declaring the flags directly when running react-codemod [PATH] [...options].
I suggest we update the README file and the --help script to include all available flags for this transform.