@karmaniverous/get-dotenv
    Preparing search index...

    Function tokenize

    • Minimal tokenizer for shell-off execution. Splits by whitespace while preserving quoted segments (single or double quotes).

      Parameters

      • command: string

        The command string to tokenize.

      • Optionalopts: TokenizeOptions

        Tokenization options (e.g. quote handling).

      Returns string[]