- Ability to toggle signature/hearer/schema output.
- Options on by default will only be on by default if no other on by default option is specified.
- e.g. "whsdbdump *dat /signature=+" will only dump signatures.
- "whsdbdump *dat" will only dump signatures/header/schema (default ones).
- "whsdbdump *dat /data=+" will dump signatures/header/schema (default ones) AND data.
- "whsdbdump *dat /signature=- /data=+" will dump ONLY data.
- The logic here is if you've explicitly set one of the on by default options, you want to specify exactly what to dump. So in order to control exactly what to dump, you should specify everything.
- Added overwriteall and skipall command line options.
|
Reader Comments