···110110 /// address the link. That number should be supplied to the -l/link_index where it will be
111111 /// subsequently followed opened or shown.
112112 Follow {
113113+ /// The index of the link to open. Must be supplied.
114114+ #[arg(short = 'l')]
115115+ link_index: usize,
113116 /// The task whose body will be searched for links.
114117 #[command(flatten)]
115118 task_id: TaskId,
116116- /// The index of the link to open. Must be supplied.
117117- #[arg(short = 'l')]
118118- link_index: usize,
119119 /// When opening an internal link, whether to show or edit the addressed task.
120120 #[arg(short = 'e', default_value_t = false)]
121121 edit: bool,