mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-05-18 20:03:55 +08:00
fix rule
This commit is contained in:
3
.github/copilot-instructions.md
vendored
3
.github/copilot-instructions.md
vendored
@@ -47,6 +47,9 @@ Please adhere to the previous format: organize the feedback into a single, struc
|
||||
* **Use existing acme.sh functions whenever possible.** For example: do not use `tr '[:upper:]' '[:lower:]'`, use `_lower_case` instead.
|
||||
* **Do not use `head -n`.** Use the `_head_n()` function instead.
|
||||
* **Do not use `curl` or `wget`.** Use the `_post()` and `_get()` functions instead.
|
||||
* **Do not use `awk`.** Use the `cut` and `sed` instead.
|
||||
* **Do not use `[:space:]` or `[:punct:]`.**
|
||||
* **Do not use `grep -E` or `grep -O`, .** Use the `_egrep_o` function instead.
|
||||
* **keep it sh compatible, do not use bash-only syntax.** We need to cross platforms between Linux/BSD/Mac.
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user