We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2a6847 commit fe82fcdCopy full SHA for fe82fcd
src/commands/project/list.ts
@@ -395,10 +395,7 @@ export async function handleExplicit(
395
flags: ListFlags
396
): Promise<ListResult<ProjectWithOrg>> {
397
const projectResult = await withProgress(
398
- {
399
- message: `Fetching projects (up to ${flags.limit})...`,
400
- json: flags.json,
401
- },
+ { message: "Fetching project...", json: flags.json },
402
() => withAuthGuard(() => getProject(org, projectSlug))
403
);
404
if (!projectResult.ok) {
0 commit comments