Source
CLIAuthScopeClient() {
options
..addOption("scopes", help: "A space-delimited list of allowed scopes. Omit if application does not support scopes.", defaultsTo: "")
..addOption("id", abbr: "i", help: "The client ID to insert.");
}
CLIAuthScopeClient() {
options
..addOption("scopes", help: "A space-delimited list of allowed scopes. Omit if application does not support scopes.", defaultsTo: "")
..addOption("id", abbr: "i", help: "The client ID to insert.");
}