Skip to content

Commit

Permalink
updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenZcience committed Aug 23, 2024
1 parent 6e1f9b7 commit 024b12c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -1279,18 +1279,20 @@ Valid Options are:
| line_ends | the end of line marker using <a href="#-e---ends">-e, --ends</a> |
| special_chars | special chars using <a href="#--chr---char">--chr, --char</a> |
| summary_message | the message displayed using <a href="#-f---files">-f, --files</a>/<a href="#-d---dirs">-d, --dirs</a>/<a href="#-s---sum">-s, --sum</a>/<a href="#-w---wordcount">-w, --wordcount</a>/<a href="#--cc---charcount">--cc, --charcount</a> |
| number_evaluation | the evaluated value using <a href="#--eval---eval">--eval, --EVAL</a> |
| number_conversion | the converted values using <a href="#--bin---bin">--bin</a>/<a href="#--oct---oct">--oct</a>/<a href="#--dec---dec">--dec</a>/<a href="#--hex---hex">--hex</a> |
| file_attribute_message | the message containing time stamps and file size using <a href="#-a---attributes">-a, --attributes</a> |
| active_file_attributes | the attributes a file has set using <a href="#-a---attributes">-a, --attributes</a> |
| missing_file_attributes | the attributes a file has not set using <a href="#-a---attributes">-a, --attributes</a> |
| checksum_message | the calculated checksum of a given file using <a href="#-m---checksum">-m, --checksum</a> |
| number_evaluation | the evaluated value using <a href="#--eval---eval">--eval, --EVAL</a> |
| number_conversion | the converted values using <a href="#--bin---bin">--bin</a>/<a href="#--oct---oct">--oct</a>/<a href="#--dec---dec">--dec</a>/<a href="#--hex---hex">--hex</a> |
| raw_viewer | the output using <a href="#--hexview---hexview">--hexview, --HEXVIEW</a>/<a href="#--binview---binview">--binview, --binview</a> |
| found_keyword | the found substring using <a href="#findx-findx">find=X, find&#42889;X</a> |
| found_keyword_message | the message displayed when using <a href="#findx-findx">find=X, find&#42889;X</a> |
| matched_pattern | the matched pattern using <a href="#matchx-matchx">match=X, match&#42889;X</a> |
| matched_pattern_message | the message displayed when using <a href="#matchx-matchx">match=X, match&#42889;X</a> |
| substring_replacement | the replaced string using <a href="#ab">[a,b]</a> |
| progressbar_done | the progress that is already done (displayed when using <a href="#--vise---visualizee">--vise, --visualizee</a> or reading large files) |
| progressbar_missing | the progress that is still missing (displayed when using <a href="#--vise---visualizee">--vise, --visualizee</a> or reading large files) |
| message_information | any informational message like update information |
| message_important | any important message like large file sizes |
| message_warning | any warning message like overwriting a file with itself |
Expand Down

0 comments on commit 024b12c

Please sign in to comment.