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
feat: refactor command flags and add prompt-only mode (#185)
- Change `reviewCmd.Flags()` to `reviewCmd.PersistentFlags()`
- Add a new flag `prompt_only` to show the prompt without sending a request to OpenAI
- Modify error handling to check for `promptOnly` flag
- Add logic to display the prompt when `promptOnly` is set
Signed-off-by: Bo-Yi Wu <[email protected]>
0 commit comments