Caleb Taylor
Caleb Taylor
@ryan-roemer Gotcha. Should I close this or leave it open to capture pulling in the fix from upstream libraries once it's made?
This is a great feature idea! I'll add it to the todo list.
Hello! You should be able to accept custom argument like I did for the `rm` command here: https://github.com/ctaylo21/termy-the-terminal/blob/master/src/commands/rm.ts#L53 an optional `options` string gets passed to each command defined by this...
No worries at all, it's not a trivial thing. I need to document an example clearly and that should hopefully help make it clearer 👍
I use [unfetch](https://github.com/developit/unfetch) and I was able to get everything working with this setup file: ```javascript import { GlobalWithFetchMock } from 'jest-fetch-mock'; const customGlobal = global as GlobalWithFetchMock; customGlobal.fetch =...
I've have to look into this a bit. I think it might tough to do as a custom command since a clear usually involves "clearing" everything on the screen and...
Actually, after looking at this a bit more, I think this might be solvable with some CSS/JS. The `clear` command is really just about clearing what's rendered on the screen...