ts-repo-utils
Preparing search index...
functions/diff
getGitRoot
Function getGitRoot
getGitRoot
(
options
?:
Readonly
<
{
silent
?:
boolean
}
>
,
)
:
Promise
<
Result
<
string
,
ExecException
|
Readonly
<
{
message
:
string
}
>
>
>
Get the git repository root directory
Parameters
Optional
options
:
Readonly
<
{
silent
?:
boolean
}
>
Returns
Promise
<
Result
<
string
,
ExecException
|
Readonly
<
{
message
:
string
}
>
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ts-repo-utils
Loading...
Get the git repository root directory