Buckets:
| import { CommandInfo } from '../command'; | |
| import { CommandParser } from './command-parser'; | |
| /** | |
| * Strips quotes around commands so that they can run on the current shell. | |
| */ | |
| export declare class StripQuotes implements CommandParser { | |
| parse(commandInfo: CommandInfo): { | |
| command: string; | |
| name: string; | |
| env?: Record<string, unknown>; | |
| cwd?: string; | |
| prefixColor?: string; | |
| ipc?: number; | |
| raw?: boolean; | |
| }; | |
| } | |
Xet Storage Details
- Size:
- 467 Bytes
- Xet hash:
- 52d111ede5f95f21d49215c9128a7fc99e0ab8e3fffeb06921cd6983577c1f4c
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.