📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 04:34:45
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
concurrently
/
dist
/
src
/
command-parser
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/concurrently/dist/src/command-parser
🔄 Refresh
✏️
Editing: expand-arguments.d.ts
Writable
import { CommandInfo } from '../command'; import { CommandParser } from './command-parser'; /** * Replace placeholders with additional arguments. */ export declare class ExpandArguments implements CommandParser { private readonly additionalArguments; constructor(additionalArguments: string[]); parse(commandInfo: CommandInfo): { command: string; name: string; env?: Record<string, unknown> | undefined; cwd?: string | undefined; prefixColor?: string | undefined; ipc?: number | undefined; raw?: boolean | undefined; }; }
💾 Save Changes
❌ Cancel