From b300be081fadcecbddbafe40685377180a59595e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Wed, 29 Dec 2021 19:00:54 +1300 Subject: [PATCH] Fix help test files --- cli/tests/snapshots/help__help_unix.snap | 1 + cli/tests/snapshots/help__help_windows.snap | 1 + 2 files changed, 2 insertions(+) diff --git a/cli/tests/snapshots/help__help_unix.snap b/cli/tests/snapshots/help__help_unix.snap index 7a74b0f..5e45514 100644 --- a/cli/tests/snapshots/help__help_unix.snap +++ b/cli/tests/snapshots/help__help_unix.snap @@ -14,6 +14,7 @@ FLAGS: -h, --help Prints help information --no-default-ignore Skip auto-ignoring of commonly ignored globs --no-environment Do not set WATCHEXEC_*_PATH environment variables for the command + --no-global-ignore Skip auto-loading of global or environment-wide ignore files --no-ignore Skip auto-loading of ignore files (.gitignore, .ignore, etc.) for filtering --no-meta Ignore metadata changes --no-process-group Do not use a process group when running the command diff --git a/cli/tests/snapshots/help__help_windows.snap b/cli/tests/snapshots/help__help_windows.snap index de6cf3a..2ecc982 100644 --- a/cli/tests/snapshots/help__help_windows.snap +++ b/cli/tests/snapshots/help__help_windows.snap @@ -14,6 +14,7 @@ FLAGS: -h, --help Prints help information --no-default-ignore Skip auto-ignoring of commonly ignored globs --no-environment Do not set WATCHEXEC_*_PATH environment variables for the command + --no-global-ignore Skip auto-loading of global or environment-wide ignore files --no-ignore Skip auto-loading of ignore files (.gitignore, .ignore, etc.) for filtering --no-meta Ignore metadata changes --no-process-group Do not use a process group when running the command