归档
This commit is contained in:
5
Makefile
5
Makefile
@@ -75,3 +75,8 @@ tree:
|
||||
@powershell -Command "git ls-files --exclude-standard | Select-String -NotMatch '$(EXCLUDE_CONTEXT_PREFIX)' | Out-File -Encoding UTF8 $(OUTPUT_FILE)"
|
||||
@powershell -Command "Add-Content -Path $(OUTPUT_FILE) -Value '$(EXCLUDE_CONTEXT_PREFIX)' -Encoding UTF8"
|
||||
@echo "The project file list has been generated to project_structure.txt"
|
||||
|
||||
# 启用gemini-cli
|
||||
.PHONY: gemini
|
||||
gemini:
|
||||
gemini -m "gemini-2.5-flash"
|
||||
Reference in New Issue
Block a user