提醒用户告知平台或工具的偏好,以减少符合预期的情况

This commit is contained in:
ChenVadder 2023-07-29 18:48:47 +08:00
parent 6d8a1a19ac
commit 5bdf07c721
3 changed files with 20 additions and 0 deletions

View file

@ -138,7 +138,13 @@ # Use code review will cost more money, but will opt for better code quality.
```
After running the script, you can find your new project in the `workspace/` directory.
### Preference of Platform or Tool
As the project becomes more complete, the cost of generating the outputs will also gradually increase. Therefore, it is recommended to explicitly specify the platform or tools you want to use when describing the requirements.
```shell
python startup.py "Write a cli snake game that runs on Windows"
```
### Usage
```