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
Move the current level 3 verbosity -vvv output to level 4 verbosity. It is useful, but takes up a lot of vertical screen space. Often we don't need to know about the env var part of complex aliases.
This goes on for quite a few aliases, making the dump output hard to parse.
Solution
One way to solve this is to put a * next to the alias name if its a complex alias with text suppressed. This will still show the cmd, but won't show the other info.
Description
Move the current level 3 verbosity
-vvv
output to level 4 verbosity. It is useful, but takes up a lot of vertical screen space. Often we don't need to know about the env var part of complex aliases.This goes on for quite a few aliases, making the dump output hard to parse.
Solution
One way to solve this is to put a * next to the alias name if its a complex alias with text suppressed. This will still show the cmd, but won't show the other info.
Using
hab dump app/usd/py/39 -vvvv
would return the current output for-vvv
.Additional Context
No response
The text was updated successfully, but these errors were encountered: