Working impl
This commit is contained in:
parent
93b6f180f6
commit
386f7fffd6
9 changed files with 64 additions and 55 deletions
|
@ -10,8 +10,9 @@ import "package:shelf_router/shelf_router.dart";
|
|||
void main(List<String> argsRaw) async {
|
||||
final parser = ArgParser()
|
||||
..addOption("socket", abbr: "s")
|
||||
..addOption("address", abbr: "a", defaultsTo: "127.0.0.1")
|
||||
..addOption("serviceDomain", abbr: "d")
|
||||
..addOption("port", abbr: "p", defaultsTo: "8080")
|
||||
..addOption("address", abbr: "a", defaultsTo: "127.0.0.1")
|
||||
..addOption("issuer", abbr: "i", mandatory: true)
|
||||
..addOption("homeserver", abbr: "h", mandatory: true)
|
||||
..addOption("jwtSecretFile", abbr: "j", mandatory: true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue