Skip to content

Fix/file subcommand issues#149

Merged
r-a303931 merged 4 commits intomainfrom
fix/file-subcommand-issues
Mar 11, 2026
Merged

Fix/file subcommand issues#149
r-a303931 merged 4 commits intomainfrom
fix/file-subcommand-issues

Conversation

@r-a303931
Copy link
Contributor

No description provided.

@r-a303931 r-a303931 force-pushed the fix/file-subcommand-issues branch 2 times, most recently from 2ff3d3b to 88928fd Compare March 11, 2026 04:21
@r-a303931 r-a303931 force-pushed the fix/file-subcommand-issues branch from 88928fd to 496f030 Compare March 11, 2026 04:31
let time_display = DateTime::<Utc>::from(modified);
println!(
"[{}] {disp} (modified {} UTC, {} ago)",
"✗".red(),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use plain "x" characters, we've had problems with non-ascii in the past.

//Great! It's valid!
if !self.quiet {
println!("[1] {disp}");
println!("[{}] {disp}", "✓".green());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use + or o or some other symbol than a non-ascii check mark

@r-a303931 r-a303931 merged commit 51436a8 into main Mar 11, 2026
1 check passed
@r-a303931 r-a303931 deleted the fix/file-subcommand-issues branch March 11, 2026 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants