|
|
|
|
|
by MuffinFlavored
816 days ago
|
|
> We replaced it with our own argument parsing once we noticed that adopting clap was taking more code than doing it ourselves. I feel like it's obvious that there are two sides to this echoed throughout the "programming" community: 1. Don't pull a package in for what you can do yourself because it might have 500 dependenices for no good reason 2. Don't roll your own, use something off-the-shelf third-party that is actively maintained, open-source, well written/easily usable/fleshed out, etc. They conflict... |
|