From 2357fe1a04bb2b2f21839ae8c94dfb9d71e7f7dc Mon Sep 17 00:00:00 2001 From: Balli Asghar <ballihacker@outlook.com> Date: Tue, 14 Jan 2025 16:20:28 +0000 Subject: [PATCH] Update zellij.ts Co-authored-by: Grant G <grant0417@users.noreply.github.com> --- src/zellij.ts | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/src/zellij.ts b/src/zellij.ts index a204650b95f9..6f26b486e3bb 100644 --- a/src/zellij.ts +++ b/src/zellij.ts @@ -979,33 +979,6 @@ const subcommands: Fig.Subcommand[] = [ { name: "setup", description: "Setup zellij and check its configuration", - /* - OPTIONS: - --check - Checks the configuration of zellij and displays currently used directories - - --clean - Disables loading of configuration file at default location, loads the defaults that - zellij ships with - - --dump-config - Dump the default configuration file to stdout - - --dump-layout <DUMP_LAYOUT> - Dump specified layout to stdout - - --dump-plugins [<DIR>...] - Dump the builtin plugins to DIR or "DATA DIR" if unspecified - - --dump-swap-layout <DUMP_SWAP_LAYOUT> - Dump the specified swap layout file to stdout - - --generate-auto-start <SHELL> - Generates auto-start script for the specified shell - - --generate-completion <SHELL> - Generates completion for the specified shell - */ options: [ { name: "--check",