workflows/refactor/command.yml
bobo 62c60a1386 feat: Add refactoring commands and utility script
- Introduced command configurations for code rewriting, docstring optimization, and variable renaming.
- Added a Python utility script for code selection and refactoring operations.
- Implemented functionality to interact with IDE services and apply changes.
2024-02-09 11:04:29 +08:00

5 lines
132 B
YAML

description: rewrite selected code.
hint: question
input: required
steps:
- run: $devchat_python $command_path/rewrite.py "$input"