mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-30 03:54:59 +00:00
fix(docs): Document cargofmt (#7383)
This commit is contained in:
parent
f3e79235fb
commit
768e0553bd
2 changed files with 2 additions and 1 deletions
|
|
@ -348,7 +348,7 @@ export const rustfmt: Info = {
|
|||
}
|
||||
|
||||
export const cargofmt: Info = {
|
||||
name: "cargo fmt",
|
||||
name: "cargofmt",
|
||||
command: ["cargo", "fmt", "--", "$FILE"],
|
||||
extensions: [".rs"],
|
||||
async enabled() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue