Skip to content

Commit

Permalink
Merge branch 'v10-release' into kanad-2024-12-06/remove-openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Dec 11, 2024
2 parents 874b5ec + a9d2f67 commit a8a1e5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ export const githubFlag = Flags.boolean({ description: 'Create a new GitHub Acti
* Used in any command where `key` is a `flag.
*/
export const keyFlag = Flags.string({
description: 'ReadMe project API key',
summary: 'ReadMe project API key',
required: true,
summary:
description:
'An API key for your ReadMe project. Note that API authentication is required despite being omitted from the example usage. See our docs for more information: https://github.com/readmeio/rdme/tree/v9#authentication',
});

Expand Down

0 comments on commit a8a1e5b

Please sign in to comment.