fix(multivalue): MV-11/MV-13 review nits — correct CLI attribute-delete README synopsis; explicit Disabled + dead-branch cleanup in TemplateEdit list editor

This commit is contained in:
Joseph Doherty
2026-06-16 16:27:44 -04:00
parent ae2e1efb1c
commit 100540b153
2 changed files with 6 additions and 5 deletions
+2 -3
View File
@@ -214,13 +214,12 @@ scadabridge --url <url> template attribute update --id <int> --name <string> --d
Remove an attribute from a template.
```sh
scadabridge --url <url> template attribute delete --template-id <int> --name <string>
scadabridge --url <url> template attribute delete --id <int>
```
| Option | Required | Description |
|--------|----------|-------------|
| `--template-id` | yes | Template ID |
| `--name` | yes | Attribute name to delete |
| `--id` | yes | Attribute ID |
#### `template alarm add`