Apple has just launched a new library for reading arguments from the console and safe decode to types. Taking advantage of this I have refactored the whole UI (CLI) to use it. Previously it has been wrapped into IO
How to install it?
Just clone the project and run make in the root folder.
Description
Apple has just launched a new library for reading arguments from the console and safe decode to types. Taking advantage of this I have refactored the whole UI (CLI) to use it. Previously it has been wrapped into
IO
How to install it?
Just clone the project and run
make
in the root folder.