OCEAN-xyz / datum_gateway

Decentralized Alternative Templates for Universal Mining
Other
32 stars 9 forks source link

argp requires glibc #31

Open luke-jr opened 1 day ago

luke-jr commented 1 day ago

I guess we need a way to support libargp, or some portable alternative.

jesterhodl commented 12 hours ago

Most portable would be to implement in C, but probably best to use something POSIX. How about I do it with regular getopt?

Or getopt_long if acceptable in terms of how portable we wanna be.