You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exportdefaultdefineCommand({meta: {name: "lint",description: "A test command",},args: {files: {type: "multiple",description: "Files need be lint",},},run({ args }){// lint fileA.ts fileB.tsconsole.log(args.files)//=> ['fileA.ts', 'fileB.ts]},});
Additional information
Would you be willing to help implement this feature?
The text was updated successfully, but these errors were encountered:
Describe the feature
Feature to solve: #80
Additional information
The text was updated successfully, but these errors were encountered: