rename foundUri
This commit is contained in:
parent
e8e678bc2b
commit
0ef06d3c9b
5 changed files with 20 additions and 20 deletions
|
@ -11,7 +11,7 @@ void main(List<String> argsRaw) async {
|
|||
final parser = ConfigParser()
|
||||
..addOption("socket", abbr: "s", mandatory: true)
|
||||
..addOption("homeserver", abbr: "h", mandatory: true)
|
||||
..addOption("foundUri", abbr: "f", mandatory: true)
|
||||
..addOption("successUri", abbr: "s", mandatory: true)
|
||||
..addOption("name", abbr: "n", mandatory: true)
|
||||
..addOption("adminRoom", abbr: "a", mandatory: true)
|
||||
..addOption("botPasswordFile", abbr: "b", mandatory: true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue