improved todo display

This commit is contained in:
2026-02-21 19:36:28 +01:00
parent e84e588836
commit 6111096a8c
3 changed files with 49 additions and 8 deletions

View File

@@ -32,7 +32,11 @@ pub enum Commands {
/// Output a DOT graph of the wiki connections
Graph {},
/// List broken links
Todo {},
Todo {
/// Invert the display: "Sources -> Target" instead of "Target <- Sources"
#[arg(short, long)]
reverse: bool,
},
/// Manage wiki entries
Entry {
#[command(subcommand)]