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
Copy file name to clipboardExpand all lines: penify_hook/main.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ def main():
107
107
# ===== ADVANCED COMMANDS (Login required) =====
108
108
109
109
# Subcommand: login (bridge between basic and advanced)
110
-
login_parser=subparsers.add_parser("login", help="Log in to Penify to use advanced features like documentation generation.")
110
+
login_parser=subparsers.add_parser("login", help="Log in to Penify to use advanced features like 'docgen' generation.")
111
111
112
112
docgen_description="""By default, 'docgen' generates documentation for the latest Git commit diff. Use the -l flag to document a specific file or folder.
0 commit comments