From b5c4f55d1ff5b74f0ea308b1e735ec0e2ed63c82 Mon Sep 17 00:00:00 2001 From: yggverse Date: Wed, 25 Jun 2025 13:04:47 +0300 Subject: [PATCH] add comment --- src/session/storage/list_config.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/session/storage/list_config.rs b/src/session/storage/list_config.rs index a7a4986..35378d7 100644 --- a/src/session/storage/list_config.rs +++ b/src/session/storage/list_config.rs @@ -1,3 +1,7 @@ +//! This is an attempt to build a structured, +//! valid listing configuration from the plain `clap` arguments list. +//! This feature is evolving, and it may require refactoring in the future. + pub struct Time { pub is_accessed: bool, pub is_created: bool,