feat: add argument metadata to (most) commands that take parameters
This commit is contained in:
parent
ae91afe255
commit
150374afae
14 changed files with 85 additions and 78 deletions
|
@ -298,5 +298,5 @@ const cmds = struct {
|
|||
if (self.menu.selected == null) return tp.exit_error(error.NoSelectedFile, @errorReturnTrace());
|
||||
self.menu.activate_selected();
|
||||
}
|
||||
pub const goto_selected_file_meta = .{ .interactive = false };
|
||||
pub const goto_selected_file_meta = .{};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue