export function add()
in
src/help/git.ts [36:38]
3
lines of code
1
McCabe index (conditional complexity)
export function add(p: string) { shell.run(`git add ${p}`); }