()
| 190 | * @returns The path to the user's commands directory. |
| 191 | */ |
| 192 | export function getUserCommandsDir(): string { |
| 193 | return path.join(os.homedir(), ANUS_DIR, COMMANDS_DIR_NAME); |
| 194 | } |
| 195 | |
| 196 | /** |
| 197 | * Returns the absolute path to the project-level commands directory. |
no outgoing calls
no test coverage detected