Skip to content

Commit

Permalink
docs: remove repeated arch items in cli (#7649)
Browse files Browse the repository at this point in the history
  • Loading branch information
moonrailgun committed Jul 10, 2023
1 parent 014397b commit 1b924b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/grumpy-beers-battle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---

---

docs: remove repeated `arch` items in cli
2 changes: 1 addition & 1 deletion docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@ build -wl

### TargetConfiguration
* **<code id="TargetConfiguration-target">target</code>** String - The target name. e.g. `snap`.
* <code id="TargetConfiguration-arch">arch</code> "x64" | "ia32" | "armv7l" | "arm64" | "x64" | "ia32" | "armv7l" | "arm64" - The arch or list of archs.
* <code id="TargetConfiguration-arch">arch</code> "x64" | "ia32" | "armv7l" | "arm64" - The arch or list of archs.

0 comments on commit 1b924b8

Please sign in to comment.