Dotree: A small, interactive command runner
1–4 of 4 posts
Re: Dotree: A small, interactive command runner
#2Oh wow this looks really useful. I'm looking for a lightweight ansible alternative, not for provisioning servers but for releases and deployments.
Re: Dotree: A small, interactive command runner
#3Doesn't this eat any log output when running things on Windows? https://github.com/KnorrFG/dotree/blob/0.5.1/src/core.rs#L17...
Re: Dotree: A small, interactive command runner
#4Doesn't this eat any log output when running things on Windows? https://github.com/KnorrFG/dotree/blob/0.5.1/src/core.rs#L17...
Oh, yes, you're right. Like the readme says, I didn't test on windows, I just trusted in rusts platform independence. When I found out there is no exec on windows, I figured this was the easiest way, reused existing code, and immediately introduced a bug. I'll fix it ~tomorrow~. Good catch, ty.