USArmyResearchLab / Dshell

Dshell is a network forensic analysis framework.
Other
5.44k stars 1.14k forks source link

Altered --oarg flag to work with all output modules #139

Closed dev195 closed 3 years ago

dev195 commented 3 years ago

Altered --oarg flag to work with all output modules, including plugin defaults. Previously, --oarg could only be used with --omodule. This change should allow users to alter certain parts of regular output, and partially solve #131.

Also changed instances of 'delim' to 'delimiter' in the code, to clarify meaning.