For full text search please use the '?' prefix. e.g. ? Onboarding
Execute a Command Programatically
cmd
=
new
{
ExistingDendronCommand
}
(
)
// logic to get args
const
args
=
...
.
cmd
.
execute
(
args
)
Backlinks
Cook