Alex Lyon

Results 67 comments of Alex Lyon

Alright, I’ll try to stop by later then. :)

I keep getting distracted with other things so it has been languishing for a while. I think I'll try to get it ready to go in the next few weeks...

I'm not 100% sure I want to use `indicatif` due to [this](https://github.com/mesalock-linux/mkpkg/issues/8). On the other hand, I wouldn't be surprised if `pbr` has the same issue, and it only shows...

Ah okay, I was wondering if it was due to asciinema. Including them both behind feature flags is fine with me as long as it's clean. BTW this should also...

I missed a couple utilities that were still using `getopts` it seems. I am converting them over to `coreopts` and will thus likely need to add another feature or two...

As a note of my current progress, I have gone through and converted around half of the utilities (I just finished `nohup`). During review, care will need to be taken...

Ah, I suppose one-by-one could work for some. Some of the utilities required referencing `coreopts::Matches` instead of `getopts::Matches` and thus won’t build until this PR is merged. I was debating...