From b7e11852b683a30b015c3f0ef4ecdaa69bdd7c66 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Tue, 28 Jun 2022 08:45:13 -0700 Subject: [PATCH] Forgot to add gemtext output format --- content/posts/cli-best-practices.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/posts/cli-best-practices.md b/content/posts/cli-best-practices.md index da0a11d..f1b64ad 100644 --- a/content/posts/cli-best-practices.md +++ b/content/posts/cli-best-practices.md @@ -12,6 +12,7 @@ tags: - accessibility outputs: - html + - gemtext --- This began as a reply to another article by Lucas F. Costa; it lists practices to improve user-experience (UX) of command-line interfaces (CLIs). It comes from a good place, and has some good advice: I particularly like its advice on input-validation and understandable errors. Unfortunately, a number of its suggestions are problematic, particularly from an accessibility perspective.