test
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: VirtualHere Client
|
||||
version: "0.1.186"
|
||||
version: "0.1.187"
|
||||
slug: vhclient
|
||||
description: VirtualHere Client
|
||||
arch:
|
||||
@@ -44,14 +44,13 @@ options:
|
||||
autofind: true
|
||||
manualhub:
|
||||
usbdevices: []
|
||||
random:
|
||||
- haha
|
||||
- hihi
|
||||
schema:
|
||||
autouse: bool
|
||||
autofind: bool
|
||||
clientid: str?
|
||||
manualhub: "str?"
|
||||
manualhub:
|
||||
type: str
|
||||
required: false
|
||||
#test: [{
|
||||
# field: "str?",
|
||||
# value: "bool?"
|
||||
@@ -59,8 +58,7 @@ schema:
|
||||
usbdevices:
|
||||
- device: str?
|
||||
use: bool?
|
||||
random:
|
||||
- "match(^\\w*$)"
|
||||
random: list("match(^\\w*$)")?
|
||||
stage: experimental
|
||||
init: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user