10 lines
138 B
TOML
10 lines
138 B
TOML
format = 1
|
|
id = "demo.report"
|
|
name = "System report"
|
|
version = "1.0"
|
|
architecture = "any"
|
|
root = "root"
|
|
|
|
[commands]
|
|
report = "bin/report"
|