From 0a688259112698ff38df1f81034175a2a742263d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Sun, 8 Jun 2025 13:00:06 +0200 Subject: xtask: Add ci/AllCi command --- xtask/src/argument_parsing.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'xtask/src/argument_parsing.rs') diff --git a/xtask/src/argument_parsing.rs b/xtask/src/argument_parsing.rs index 2ce1503..2657c64 100644 --- a/xtask/src/argument_parsing.rs +++ b/xtask/src/argument_parsing.rs @@ -433,6 +433,10 @@ pub struct Cli { #[derive(Debug, Clone, Subcommand)] pub enum Commands { + /// Run everything CI would + #[clap(alias = "ci")] + AllCi, + /// Format code #[clap(alias = "fmt")] Format(FormatOpt), -- cgit v1.2.3