docs: don't call execute("bin_name_str") (#916)

This commit is contained in:
SteveLauC
2024-09-26 15:05:45 +08:00
committed by GitHub
parent 9435bc4b7d
commit a88574204d

View File

@@ -48,7 +48,7 @@ To add a new `step` to `topgrade`:
// Invoke the new step to get things updated!
ctx.run_type()
.execute("xxx")
.execute(xxx)
.arg(/* args required by this step */)
.status_checked()
}