MCPcopy Create free account
hub / github.com/steveukx/git-js / updateSubModuleTask

Function updateSubModuleTask

simple-git/src/lib/tasks/sub-module.ts:21–23  ·  view source on GitHub ↗
(customArgs: string[])

Source from the content-addressed store, hash-verified

19}
20
21export function updateSubModuleTask(customArgs: string[]): StringTask<string> {
22 return subModuleTask(['update', ...customArgs]);
23}

Callers 1

git.jsFile · 0.85

Calls 1

subModuleTaskFunction · 0.85

Tested by

no test coverage detected