ts-repo-utils
Preparing search index...
functions/format
formatUncommittedFiles
Function formatUncommittedFiles
formatUncommittedFiles
(
options
?:
Readonly
<
{
ignore
?:
false
|
(
(
filePath
:
string
)
=>
boolean
)
;
ignoreUnknown
?:
boolean
;
modified
?:
boolean
;
silent
?:
boolean
;
staged
?:
boolean
;
untracked
?:
boolean
;
}
,
>
,
)
:
Promise
<
Result
<
undefined
,
ExecException
|
readonly
unknown
[]
|
Readonly
<
{
message
:
string
}
>
,
>
,
>
Format only files that have been changed (git status)
Parameters
Optional
options
:
Readonly
<
{
ignore
?:
false
|
(
(
filePath
:
string
)
=>
boolean
)
;
ignoreUnknown
?:
boolean
;
modified
?:
boolean
;
silent
?:
boolean
;
staged
?:
boolean
;
untracked
?:
boolean
;
}
,
>
Options for formatting
Returns
Promise
<
Result
<
undefined
,
ExecException
|
readonly
unknown
[]
|
Readonly
<
{
message
:
string
}
>
,
>
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ts-repo-utils
Loading...
Format only files that have been changed (git status)