( home: string = userInfo().homedir )
| 475 | } |
| 476 | |
| 477 | export function operatorModeFlagPath( |
| 478 | home: string = userInfo().homedir |
| 479 | ): string { |
| 480 | return join(home, OPERATOR_MODE_FLAG); |
| 481 | } |
| 482 | |
| 483 | export function operatorModeHint(): string { |
| 484 | return `create ${operatorModeFlagPath()} owned by your user with chmod 600`; |
no outgoing calls
no test coverage detected