We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 550f2d2 commit b1c4934Copy full SHA for b1c4934
xtests/errors.toml
@@ -1,3 +1,22 @@
1
+# Command-line errors
2
+
3
+[[cmd]]
4
+name = "‘exa --aoeu’ displays an error"
5
+shell = "exa --aoeu"
6
+stdout = { empty = true }
7
+stderr = { file = "outputs/error_invalid_option.ansitxt" }
8
+status = 3
9
+tags = [ 'error' ]
10
11
12
+name = "‘exa -Taa’ displays an error"
13
+shell = "exa -Taa"
14
15
+stderr = { file = "outputs/error_tree_all_all.ansitxt" }
16
17
18
19
20
# Error suggestions
21
22
[[cmd]]
xtests/outputs/error_invalid_option.ansitxt
@@ -0,0 +1 @@
+exa: Unknown argument --aoeu
xtests/outputs/error_tree_all_all.ansitxt
+exa: Option --tree is useless given --all --all
0 commit comments