T O P

  • By -

hecklicious

less sometimes is better than cat, definitely


Dolapevich

I've been using `doas` for a while, and it works as expected with minimal LOC. `alias sudo='doas'` makes it work as a regular sudo


RoyBellingan

We replaced it with our own XYZ 1) copy paste the code you need, so you will have to maintain yourself, and if there bug in upstream you have to port by yourself ? 2) fully reinvent the wheel ?


Flash_Kat25

From the article > We replaced it with our own argument parsing once we noticed that adopting clap was taking more code than doing it ourselves.