add long flag mapping for eb200
This commit is contained in:
parent
e90b10abfd
commit
46b7660e2d
@ -1,5 +1,5 @@
|
|||||||
from owrx.source.connector import ConnectorSource
|
from owrx.source.connector import ConnectorSource
|
||||||
from owrx.command import Argument
|
from owrx.command import Argument, Flag
|
||||||
|
|
||||||
|
|
||||||
class Eb200Source(ConnectorSource):
|
class Eb200Source(ConnectorSource):
|
||||||
@ -9,6 +9,7 @@ class Eb200Source(ConnectorSource):
|
|||||||
.getCommandMapper()
|
.getCommandMapper()
|
||||||
.setBase("eb200_connector")
|
.setBase("eb200_connector")
|
||||||
.setMappings({
|
.setMappings({
|
||||||
|
"long": Flag("-l"),
|
||||||
"remote": Argument(),
|
"remote": Argument(),
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user