---
title: "Command Line Interface Guidelines"
description: "!https://clig.dev/"
date: 2024-07-11
published: true
tags:
  - cli
  - dev
  - thought
template: link
---


<div class="embed-card embed-card-external">
  <a href="https://clig.dev/" class="embed-card-link" target="_blank" rel="noopener noreferrer">
    <div class="embed-card-image">
      <img src="https://clig.dev/CLIG-social-card.jpg" alt="Command Line Interface Guidelines — An open-source guide to help you write better command-line programs, taking traditional UNIX principles and updating them for the modern day." loading="lazy">
    </div>
    <div class="embed-card-content">
      <div class="embed-card-title">Command Line Interface Guidelines</div>
      <div class="embed-card-description">An open-source guide to help you write better command-line programs, taking traditional UNIX principles and updating them for the modern day.</div>
      <div class="embed-card-meta">clig.dev</div>
    </div>
  </a>
</div>


This is a pretty sick set of guidelines to help you write better cli programs, I'm definitely coming back to reading this one more in depth later.
