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: README.md
+15-14
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ HashGuard is a lean and efficient command-line tool designed to simplify the pro
32
32
Because by enclosing the URL in double quotation marks, you tell the shell to treat the entire string as a single argument, even if it contains spaces or other special characters. This can prevent errors and unexpected behavior in your shell.
33
33
34
34
*### Local-Command
35
-
* Allows to hash local files, directories or any byte-buffer (futhermore you can also compare with a specific hash sum)
35
+
* Allows to hash local files, directories or any byte-buffer (furthermore you can also compare with a specific hash sum)
36
36
***Options**
37
37
*_path_
38
38
* Calculate a hash sum from a file/dir
@@ -48,10 +48,11 @@ HashGuard is a lean and efficient command-line tool designed to simplify the pro
48
48
***Hash Verification:** Verify the authenticity of downloaded or local files by comparing their hash sum with a provided hash value.
49
49
***Support for Various Hash Algorithms:** HashGuard supports different hash algorithms, including SHA-1, SHA2-256, and more. The default Hash-Algorithm is SHA2-256.
50
50
***Intuitive Command-Line Interface:** The simple and user-friendly CLI lets you easily calculate and compare hash sums.
51
-
***Log-Level**
52
-
* You can enable the application debug mode
53
-
* This provides additional functionality such as logging all relevant operations in a log file.
54
-
* Furthermore, the debug mode can be useful to get detailed information about an error (e.g. display a full backtrace)
51
+
***Logging**
52
+
* To enable logging, set one of the following log level options: [`-l=debug|info`, `--log-level=debug|info`]
53
+
*`info` log level: write only necessary information to a log file (e.g. common application operations and error messages)
54
+
*`debug` log level: write all information to the log file and display a backtrace in the event of an error
55
+
* For example, if you use the `download` command, the whole server response is logged
0 commit comments