This website requires JavaScript.
Explore
Help
Sign In
casey
/
just
Watch
1
Star
1
Fork
0
You've already forked just
mirror of
https://github.com/casey/just.git
synced
2024-12-02 07:44:01 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
7f3f13bd4b
just
/
notes
3 lines
10 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Bump version
2016-11-01 09:04:58 +03:00
todo
Use colors in output This is a pretty gross commit, since it also includes a lot of unrelated refactoring, especially of how error messages are printed. Also adds a lint recipe that prints lines over 100 characters To test, I added a `--color=[auto|always|never]` option that defaults to auto in normal use, but can be forced to `always` for testing. In `auto` mode it defers to `atty` to figure out if the current stream is a terminal and uses color if so. Color printing is controlled by the `alternate` formatting flag. When printing an error message, using `{:#}` will print it with colors and `{}` will print it normally.
2016-11-08 08:01:27 +03:00
====
Reference in New Issue
Copy Permalink