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: site/docs/flags.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Heimdall provides global flags available for all commands.
4
4
5
5
You can display options with `-h` option
6
6
7
-

7
+

8
8
9
9
## Config file : `--config-file` or `-f`
10
10
@@ -30,4 +30,9 @@ But you can also define it at run time with this option. It will override the po
30
30
31
31
## Verbose mode : `--verbose` or `-v`
32
32
33
-
By enabling this option, more logs are traced within the log file and in the console output. This helps to debug if you face some problems running Heimdall.
33
+
By enabling this option, more logs are traced within the log file and in the console output. This helps to debug if you face some problems running Heimdall.
34
+
35
+
## No color mode : `--no-color` or `-n`
36
+
37
+
By default, Heimdall will display colored output.
38
+
If you want to disable this feature, you can use this flag.
0 commit comments