markmv - v1.29.0
Preparing search index...
<internal>
IndexCliOptions
Interface IndexCliOptions
CLI options interface for the index command
interface
IndexCliOptions
{
type
?:
"links"
|
"import"
|
"embed"
|
"hybrid"
;
strategy
?:
"manual"
|
"directory"
|
"metadata"
;
location
?:
"root"
|
"all"
|
"branch"
|
"existing"
;
name
?:
string
;
embedStyle
?:
"markdown"
|
"obsidian"
;
template
?:
string
;
dryRun
?:
boolean
;
verbose
?:
boolean
;
json
?:
boolean
;
maxDepth
?:
number
;
noTraverseUp
?:
boolean
;
boundary
?:
string
;
generateToc
?:
boolean
;
tocMinDepth
?:
number
;
tocMaxDepth
?:
number
;
tocIncludeLineNumbers
?:
boolean
;
}
Index
Properties
type?
strategy?
location?
name?
embed
Style?
template?
dry
Run?
verbose?
json?
max
Depth?
no
Traverse
Up?
boundary?
generate
Toc?
toc
Min
Depth?
toc
Max
Depth?
toc
Include
Line
Numbers?
Properties
Optional
type
type
?:
"links"
|
"import"
|
"embed"
|
"hybrid"
Optional
strategy
strategy
?:
"manual"
|
"directory"
|
"metadata"
Optional
location
location
?:
"root"
|
"all"
|
"branch"
|
"existing"
Optional
name
name
?:
string
Optional
embed
Style
embedStyle
?:
"markdown"
|
"obsidian"
Optional
template
template
?:
string
Optional
dry
Run
dryRun
?:
boolean
Optional
verbose
verbose
?:
boolean
Optional
json
json
?:
boolean
Optional
max
Depth
maxDepth
?:
number
Optional
no
Traverse
Up
noTraverseUp
?:
boolean
Optional
boundary
boundary
?:
string
Optional
generate
Toc
generateToc
?:
boolean
Optional
toc
Min
Depth
tocMinDepth
?:
number
Optional
toc
Max
Depth
tocMaxDepth
?:
number
Optional
toc
Include
Line
Numbers
tocIncludeLineNumbers
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
strategy
location
name
embed
Style
template
dry
Run
verbose
json
max
Depth
no
Traverse
Up
boundary
generate
Toc
toc
Min
Depth
toc
Max
Depth
toc
Include
Line
Numbers
markmv - v1.29.0
Loading...
CLI options interface for the index command