File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/commands/force/source Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ import {
28
28
requiredOrgFlagWithDeprecations ,
29
29
Ux ,
30
30
} from '@salesforce/sf-plugins-core' ;
31
- import { AlphabetLowercase } from '@oclif/core/lib/interfaces' ;
32
31
import { SourceCommand } from '../../../sourceCommand.js' ;
33
32
import {
34
33
PackageRetrieval ,
@@ -57,8 +56,7 @@ export class Retrieve extends SourceCommand {
57
56
message : messages . getMessage ( 'deprecation' , [ replacement ] ) ,
58
57
} ;
59
58
public static readonly flags = {
60
- // I have no idea why 'a' isn't matching the type AlphabetLowercase automatically
61
- 'api-version' : { ...orgApiVersionFlagWithDeprecations , char : 'a' as AlphabetLowercase } ,
59
+ 'api-version' : { ...orgApiVersionFlagWithDeprecations , char : 'a' as const } ,
62
60
loglevel,
63
61
'target-org' : requiredOrgFlagWithDeprecations ,
64
62
retrievetargetdir : Flags . directory ( {
You can’t perform that action at this time.
0 commit comments