(projectRoot: string)
| 199 | * @returns The path to the project's commands directory. |
| 200 | */ |
| 201 | export function getProjectCommandsDir(projectRoot: string): string { |
| 202 | return path.join(projectRoot, ANUS_DIR, COMMANDS_DIR_NAME); |
| 203 | } |
| 204 | |
| 205 | /** |
| 206 | * Checks if a path is a subpath of another path. |
no outgoing calls
no test coverage detected