diff options
author | Nobuyoshi Nakada <[email protected]> | 2022-11-01 11:08:47 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2022-11-01 14:34:05 +0900 |
commit | a2e7b11f2ae13f96171cb8a5aa6ae3cc75f6f083 () | |
tree | d14c8b090dd66e94ad7a77a995e91053fd063411 /tool/lib/output.rb | |
parent | 99a79dc40bf20e0e5d588db4f93b69617affa7f3 (diff) |
output.rb: extract from generic_erb.rb
- writing to a file or stdout - touching timestamp files - overwriting only if changed - colorizing
-rw-r--r-- | tool/lib/output.rb | 47 |
1 files changed, 47 insertions, 0 deletions
@@ -0,0 +1,47 @@ |