Skip to content

Commit 60deef3

Browse files
committed
updated method documentation
1 parent 7e125b0 commit 60deef3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cls/SourceControl/Git/API.cls

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ ClassMethod Configure()
4444
}
4545

4646
/// API for git pull - just wraps Utils
47+
/// - terminateOnError: if set to 1, this will return an error if there are any errors in the pull, otherwise will return $$$OK
4748
ClassMethod Pull(terminateOnError As %Boolean = 0)
4849
{
4950
quit ##class(SourceControl.Git.Utils).Pull(,terminateOnError)

0 commit comments

Comments
 (0)