You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: man/exa.1.md
-6
Original file line number
Diff line number
Diff line change
@@ -224,12 +224,6 @@ Specifies the number of spaces to print between an icon (see the ‘`--icons`’
224
224
225
225
Different terminals display icons differently, as they usually take up more than one character width on screen, so there’s no “standard” number of spaces that exa can use to separate an icon from text. One space may place the icon too close to the text, and two spaces may place it too far away. So the choice is left up to the user to configure depending on their terminal emulator.
226
226
227
-
## `NO_COLOR`
228
-
229
-
Disables ANSI colour in the output (regardless of its value). Can be overridden by `--color` option.
230
-
231
-
See `https://no-color.org/` for details.
232
-
233
227
## `LS_COLORS`, `EXA_COLORS`
234
228
235
229
Specifies the colour scheme used to highlight files based on their name and kind, as well as highlighting metadata and parts of the UI.
test!(no_u_error:UseColours <- ["--color=upstream"],MockVars::empty();Both => err OptionsError::BadArgument(&flags::COLOR,OsString::from("upstream")));// the error is for --color
184
-
test!(u_error:UseColours <- ["--colour=lovers"],MockVars::empty();Both => err OptionsError::BadArgument(&flags::COLOR,OsString::from("lovers")));// and so is this one!
136
+
test!(no_u_error:UseColours <- ["--color=upstream"];Both => err OptionsError::BadArgument(&flags::COLOR,OsString::from("upstream")));// the error is for --color
137
+
test!(u_error:UseColours <- ["--colour=lovers"];Both => err OptionsError::BadArgument(&flags::COLOR,OsString::from("lovers")));// and so is this one!
0 commit comments