Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
-
  • Loading branch information
codekeyz committed Feb 23, 2024
commit e2a2fb0d4999269133da8cdb761d4568c1b1fb07
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ class TokenListCommand extends BaseGlobeCommand {
TokenListCommand() {
argParser.addOption(
'project',
help: 'Specify project to list token for.',
help: 'Specify projects(s) to list token for.',
);
}
@override
String get description => 'List globe auth tokens for current project';
String get description => 'List globe auth tokens for project(s)';

@override
String get name => 'list';
Expand Down