From 341f9eb8c8771a59b2e4d238ba49ba88c3720d6d Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Mon, 27 Mar 2023 19:19:34 +0200 Subject: feat(plugins): async plugin loading (#2327) * work * refactor(plugins): break down start plugin async function * work * loading messages * nice ui * floating panes and error handling * cleanups and conflicting plugin/direction * find exact pane when relayouting * fix plugin pane titles * kill loading tasks on exit * refactor: move stuff around * style(fmt): rustfmt * various fixes and refactors --- zellij-utils/src/cli.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'zellij-utils/src/cli.rs') diff --git a/zellij-utils/src/cli.rs b/zellij-utils/src/cli.rs index 3947dfad3..f232438b9 100644 --- a/zellij-utils/src/cli.rs +++ b/zellij-utils/src/cli.rs @@ -254,6 +254,9 @@ pub enum CliAction { #[clap(last(true))] command: Vec, + #[clap(short, long, conflicts_with("command"), conflicts_with("direction"))] + plugin: Option, + /// Change the working directory of the new pane #[clap(long, value_parser)] cwd: Option, -- cgit v1.2.3