Good point, thanks.
Main purpose of info option is to show detailed information of the content of a hash file before hash cat is feed with it.
Due to many, many filter options, the evaluation is going to be complex and I lost the overview.
By latest commit, all filter options are disabled in combination with info options and --help is updated:
Using regex is not planed, because it is yet another dependency.
#include <regex.h>
Main purpose of info option is to show detailed information of the content of a hash file before hash cat is feed with it.
Due to many, many filter options, the evaluation is going to be complex and I lost the overview.
By latest commit, all filter options are disabled in combination with info options and --help is updated:
Code:
--info=<file> : output detailed information about content of hash file
no filter options available
--info=stdout : stdout output detailed information about content of hash file
no filter options available
--info-vendor=<file> : output detailed information about ACCESS POINT and CLIENT VENDORs
no filter options available
--info-vendor-ap=<file> : output detailed information about ACCESS POINT VENDORs
no filter options available
--info-vendor-client=<file> : output detailed information about ACCESS POINT VENDORs
no filter options available
--info-vendor=stdout : stdout output detailed information about ACCESS POINT and CLIENT VENDORs
no filter options available
--info-vendor-ap=stdout : stdout output detailed information about ACCESS POINT VENDORs
no filter options available
--info-vendor-client=stdout : stdout output detailed information about ACCESS POINT VENDORs
no filter options available
Using regex is not planed, because it is yet another dependency.
#include <regex.h>