feat(commands): add login, config, commit, and docgen command handler…#36
Conversation
…s with argument parsing
PR Review 🔍
|
PR Code Suggestions ✨
|
…th argument parsing
…enhance UI for displaying settings
…nhance UI for displaying settings
…stants and commands
…ninstall hook options
User description
…s with argument parsing
Description
commit,config,docgen, andlogincommands.Changes walkthrough 📝
commit_command.py
Implement Commit Command Handlerspenify_hook/commit_command.py
setup_commit_parserfunction for argument parsing.handle_commitfunction to process commit commands.config_command.py
Implement Config Command Handlerspenify_hook/config_command.py
setup_config_parserfunction for argument parsing.handle_configfunction to process configuration commands.docgen_command.py
Implement Docgen Command Handlerspenify_hook/docgen_command.py
setup_docgen_parserfunction for argument parsing.handle_docgenfunction to process documentation generationcommands.
login_command.py
Implement Login Command Handlerspenify_hook/login_command.py
setup_login_parserfunction for argument parsing.handle_loginfunction to process login commands.main.py
Refactor Main CLI Functionalitypenify_hook/main.py