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.
2 parents 752aa8a + 1151dc2 commit 7838d87Copy full SHA for 7838d87
src/commands/apex/get/log.ts
@@ -40,10 +40,12 @@ export default class Log extends SfCommand<LogGetResult> {
40
startsWith: '07L',
41
length: 'both',
42
}),
43
+ // Removed default because it will take priority over 'log-id' in the apex library
44
+ // https://github.com/forcedotcom/salesforcedx-apex/blob/main/src/logs/logService.ts#L57-L60
45
+ // eslint-disable-next-line sf-plugin/flag-min-max-default
46
number: Flags.integer({
47
char: 'n',
48
min: 1,
- default: 1,
49
max: 25,
50
summary: messages.getMessage('flags.number.summary'),
51
0 commit comments