()
| 111 | const cmdShell = shells.find((item) => item.label === "cmd") |
| 112 | |
| 113 | const sh = () => Shell.name(Shell.acceptable()) |
| 114 | const evalarg = (text: string) => (sh() === "cmd" ? quote(text) : squote(text)) |
| 115 | |
| 116 | const fill = (mode: "lines" | "bytes", n: number) => { |