Skip to content

Commit

Permalink
chore: update command help
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed Nov 22, 2024
1 parent fe16a3d commit fc4aa9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ export abstract class BaseEditCommand extends BaseCommand {
charAliases: ['r'],
description: 'the type of the resource for which the link is created',
aliases: ['type', 'resource'],
required: false
required: false,
options: clConfig.links.linkable_resources
}),
item_id: Flags.string({
char: 'i',
Expand Down

0 comments on commit fc4aa9e

Please sign in to comment.