Skip to content

Commit

Permalink
SQUASH: feat: mtail 增加隐藏或简化时间戳显示功能,可通过 ctrl+h 快捷键切换
Browse files Browse the repository at this point in the history
  • Loading branch information
dzpao committed Nov 19, 2023
1 parent 232b36d commit e493457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/mtail
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ exit
#macro {\ch} {hide-date};
};

#var hide-date {0};
#var hide-date {1};
#alias {hide-date} {
#switch {$hide-date} {
#case {0} {#var hide-date 1; #echo {<160>日志显示模式已切换至 HH:MM:SS<299>}};
Expand Down

0 comments on commit e493457

Please sign in to comment.