• Parses the given line into an array of args respecting escapes and string literals.

    Parameters

    • line: undefined | string

      the given line to parse

    Returns string[]