CLI

CLI

Importance of dotfiles

How to become more effective in your CLI environment by versioning and organizing your dotfiles.

Read
CLI

Loading Dynamic Arguments with the new ArgumentParser by Apple

Apple has recently announced a new ArgumentParser library that leverages property wrappers and is a great example of a well-written declarative API. But the declarative nature of it comes with some drawbacks – mainly that if you need to do something custom that the library is not built for, you will need to get creative.

Read