(section: string, value: string)
| 8 | } |
| 9 | |
| 10 | export const config = (section: string, value: string) => runCommand(`git config --global --add ${section} '${value}'`); |
| 11 | |
| 12 | export const clone = (directory?: string) => runCommand(`git clone ${AIRNODE_REPOSITORY} ${directory ?? ''}`); |
| 13 |
no test coverage detected