rename foundUri

This commit is contained in:
Henry Hiles 2025-08-01 16:02:28 -04:00
commit 0ef06d3c9b
No known key found for this signature in database
5 changed files with 20 additions and 20 deletions

View file

@ -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)