Specifically, making sure that they start with "exa", which is something that's been bugging me recently.
@@ -1,3 +1,22 @@
+# Command-line errors
+
+[[cmd]]
+name = "‘exa --aoeu’ displays an error"
+shell = "exa --aoeu"
+stdout = { empty = true }
+stderr = { file = "outputs/error_invalid_option.ansitxt" }
+status = 3
+tags = [ 'error' ]
+name = "‘exa -Taa’ displays an error"
+shell = "exa -Taa"
+stderr = { file = "outputs/error_tree_all_all.ansitxt" }
# Error suggestions
[[cmd]]
@@ -0,0 +1 @@
+exa: Unknown argument --aoeu
+exa: Option --tree is useless given --all --all