Closed Hakky54 closed 1 year ago
Hi @Hakky54, this is exactly what I am looking for, thanks. If you can merge this and create a new binary I would be happy :-)
Awesome, I will add some unit test and release a new version this week.
-h
is often used for help in CLI programs, so it may be worth to consider different short option, e.g. -H
.
@przemoc I prefer to avoid using capital letters, but I understand your remark as it is indeed confusing with the mostly used help option. Can you maybe help me by suggesting an alternative yet describing command line option for the current one?
Awesome, I will add some unit test and release a new version this week.
Thanks!
@Hakky54, what about following?
-p
, --pristine
Indicator to either omit or include additional information between END and BEGIN statements.
Extra stuff displayed if not set, and new behavior when set, i.e. no fields in human-readable form outside of BEGIN-END blocks. So you would need to reverse the logic when compared to previously used --with-header
.
original and pure, in its original condition; unspoilt.
Very creative, I didn't know this term yet. Thank you very much! Lets call it indeed pristine.
@Evantage-WS I added the option
-h
and the longer version--with-header
which takes a boolean value. In your case the command would beOr the longer version:
The output with the command above will be:
Please let me know whether this is the feature you want and if something else needs to be added.