From 4acec80f4371b4193abd12deae3b8a397cb9d2bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Sat, 20 Apr 2024 22:27:57 +1200 Subject: [PATCH] Remove --no-ignore --- crates/cli/src/args.rs | 4 ---- doc/watchexec.1 | 3 --- doc/watchexec.1.md | 4 ---- 3 files changed, 11 deletions(-) diff --git a/crates/cli/src/args.rs b/crates/cli/src/args.rs index 08c4a3d..a9500aa 100644 --- a/crates/cli/src/args.rs +++ b/crates/cli/src/args.rs @@ -316,14 +316,10 @@ pub struct Args { /// VCS ignore files (Git, Mercurial, Bazaar, Darcs, Fossil) are only used if the corresponding /// VCS is discovered to be in use for the project/origin. For example, a .bzrignore in a Git /// repository will be discarded. - /// - /// Note that this was previously called '--no-ignore', but that's now deprecated and its use is - /// discouraged, as it may be repurposed in the future. #[arg( long, help_heading = OPTSET_FILTERING, verbatim_doc_comment, - alias = "no-ignore", // deprecated )] pub no_project_ignore: bool, diff --git a/doc/watchexec.1 b/doc/watchexec.1 index 4a0fdbb..e7278ad 100644 --- a/doc/watchexec.1 +++ b/doc/watchexec.1 @@ -152,9 +152,6 @@ Supported project ignore files: VCS ignore files (Git, Mercurial, Bazaar, Darcs, Fossil) are only used if the corresponding VCS is discovered to be in use for the project/origin. For example, a .bzrignore in a Git repository will be discarded. - -Note that this was previously called \*(Aq\-\-no\-ignore\*(Aq, but that\*(Aqs now deprecated and its use is -discouraged, as it may be repurposed in the future. .TP \fB\-\-no\-global\-ignore\fR Don\*(Aqt load global ignores diff --git a/doc/watchexec.1.md b/doc/watchexec.1.md index 3e14349..0f3dec8 100644 --- a/doc/watchexec.1.md +++ b/doc/watchexec.1.md @@ -253,10 +253,6 @@ if the corresponding VCS is discovered to be in use for the project/origin. For example, a .bzrignore in a Git repository will be discarded. -Note that this was previously called \--no-ignore, but thats now -deprecated and its use is discouraged, as it may be repurposed in the -future. - **\--no-global-ignore** : Dont load global ignores