open-power / HTX

Apache License 2.0
14 stars 19 forks source link

HTX ver command clearing screen by default upon invocation #124

Closed vipinparashar closed 6 years ago

vipinparashar commented 6 years ago

Currently ver command clears screen by default before printing OS and HW configutration details. This adds an extra over head for user to scroll screen while using this command.

Change ver command behaviour to not clear screen by default.
Now it will clear screen only upon using "clear" as first argument.
Also remove versioning used with ver command in printed output,
as its not useful.
vipinparashar commented 6 years ago

Pull request #123 will resolve this issue.

With #123, only executing "ver clear" will clear screen before printing OS and HW configuration details. Invoking ver command without any argument will not clear screen.