-
Notifications
You must be signed in to change notification settings - Fork 10k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
set -t as default #42
Comments
This has been requested a few times before and it's a "wontfix". Some people prefer -t. Other people, specially from Asian countries, prefer -l, and others just prefer another output template. The current default template is a safe choice, it works on most platforms and is equally useful to everybody. Granted, it's not very useful in most cases but, that way, users are forced to make a decision and use the proper program option. |
It is possible to alias -t using shell feature. |
didn't mind that .. thank you for clearing that up |
No problem. In the bitbucket.org issue tracker I had a few issues like this one and I could mark them as duplicated. In the github.com issue tracker, we'll use this one as a reference the next time the topic shows up. :) |
No description provided.
The text was updated successfully, but these errors were encountered: