add comment

This commit is contained in:
yggverse 2025-06-25 13:04:47 +03:00
parent 44a1f7bdec
commit b5c4f55d1f

View file

@ -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,