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
Added a new argument 'Filename' (-f, /f, --filename): Set the path and/or filename for the generated report file. If the passed path is a directory the default filename will be appended to it. Absolute or relative paths are allowed
Added a new argument 'Max Tasks' (-t, /t, --max-tasks ): Sets the maximum number of concurrent tasks enabled to generate the reports. If it is -1, there is no limit on the number of concurrently running operations (Default). If it is 1 it will run in a single thread, best used with single core CPUs or for debuging.
Added a new argument 'Help' (-?, /?, --help): Display a help message with all possible arguments and its usages
Added support for combined (grouped) options when passing three or more boolean arguments. ex: -sno (same as: -s -n -o)
Changed the way arguments can be passed. Now it support the following syntax: [-|--|/][switch_name][=|:| ][value]
Removed the empty columns for installed programs table under Mac OSX
Removed 'Single Thread' argument in favor of the new 'Max Tasks' argument, use -t 1 to produce the same effect