Buckets:
| 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>; | |
| cwd?: string; | |
| prefixColor?: string; | |
| ipc?: number; | |
| raw?: boolean; | |
| }; | |
| } | |
Xet Storage Details
- Size:
- 536 Bytes
- Xet hash:
- c7a54be63a119125c45397df5b231fadff0da99805c87dbc3921ff98b885bbed
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.