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.