mirror of
https://github.com/YGGverse/nexy.git
synced 2026-04-02 02:05:29 +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
|
/// Time format for listing items
|
||||||
///
|
///
|
||||||
/// * use escape notation for `%` e.g. `"%%Y-%%m-%%d %%H:%%M:%%S"`
|
/// * 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,
|
pub list_time_format: String,
|
||||||
|
|
||||||
/// Optimize memory usage on reading large files or stream
|
/// Optimize memory usage on reading large files or stream
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue