mirror of
https://github.com/YGGverse/nexy.git
synced 2026-03-31 17:25:27 +00:00
update default list_time_format
This commit is contained in:
parent
3936580c9a
commit
8514bd32f5
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ pub struct Config {
|
|||
/// Time format for listing items
|
||||
///
|
||||
/// * use escape notation for `%` e.g. `"%%Y-%%m-%%d %%H:%%M:%%S"`
|
||||
#[arg(long, default_value_t = String::from("%Y-%m-%d %H:%M:%S"))]
|
||||
#[arg(long, default_value_t = String::from("%Y/%m/%d"))]
|
||||
pub list_time_format: String,
|
||||
|
||||
/// Optimize memory usage on reading large files or stream
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue