diff options
Diffstat (limited to 'cli/ansi.rs')
-rw-r--r-- | cli/ansi.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/ansi.rs b/cli/ansi.rs index 32936ace0..ab2347bcd 100644 --- a/cli/ansi.rs +++ b/cli/ansi.rs @@ -1,4 +1,6 @@ // Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. +// TODO(ry) Rename this file to colors.rs +// TODO(ry) Replace ansi_term with termcolor. use ansi_term::Color::Black; use ansi_term::Color::Fixed; use ansi_term::Color::Red; |