I am currently documenting a command line interface that supports CRUD (Create, Read, Update, and Delete) operations for a variety of objects. As you can imagine, every object uses many of the same arguments. For example, when creating an object, the user can: Describe the object Activate the object Identify the type of data the … Continue reading Why conrefs are wonderful