parser
Nadle / TaskIdentifier / parser
Function: parser()
parser(
taskInput):object
Defined in: packages/nadle/src/core/models/task-identifier.ts:27
Parse a TaskIdentifier string into its workspace and task name components.
Parameters
taskInput
string
The input string to parse.
Returns
object
An object with taskNameInput and workspaceInput (undefined if root workspace).
taskNameInput
taskNameInput:
string
workspaceInput
workspaceInput:
string|undefined