(args: UserProvidedArgs)
| 689 | } |
| 690 | |
| 691 | export function getResolvedPathsFromArgs(args: UserProvidedArgs): string[] { |
| 692 | return (args._ ?? []).map((p) => path.resolve(p)) |
| 693 | } |
| 694 | |
| 695 | /** |
| 696 | * Helper function to return the default config file. |
no outgoing calls
no test coverage detected