Commit 69d2fc4
committed
write-a-driver-module: align prompts table with logic-module page
Prompts table now uses the verbatim huh titles from
rdk/cli/module_generate.go (Set a module name:, Specify the language
for the module:, Visibility:, Namespace/Organization ID, Select a
resource to be added to the module:, Set a model name of the
resource:, Register module) so the docs match what the CLI actually
displays.
Visibility description expanded with proto-verified text from
api/proto/viam/app/v1/app.proto covering all three values (private,
public, public_unlisted).
Resource row value changed from `sensor` to `Sensor Component` —
matches the title-cased label shown in the CLI's flat dropdown.
Sensor is unambiguous in the list (no -component flag form needed).
A framing sentence above the table notes the flag equivalents for
non-interactive use.1 parent cce5c25 commit 69d2fc4
1 file changed
Lines changed: 11 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
75 | 77 | | |
76 | 78 | | |
77 | 79 | | |
| |||
0 commit comments