mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-14 02:22:44 +08:00
feature_flags: update target release for 3.8 flags to 4.0
(cherry picked from commit 24abbb6de7
)
This commit is contained in:
parent
8c92ea1642
commit
452aa6c614
|
@ -94,7 +94,7 @@ pub const METADATA: &[FeatureMetadata] = &[
|
|||
FeatureMetadata {
|
||||
flag: FeatureFlag::remove_percent_self,
|
||||
name: L!("remove-percent-self"),
|
||||
groups: L!("3.8"),
|
||||
groups: L!("4.0"),
|
||||
description: L!("%self is no longer expanded (use $fish_pid)"),
|
||||
default_value: false,
|
||||
read_only: false,
|
||||
|
@ -102,7 +102,7 @@ pub const METADATA: &[FeatureMetadata] = &[
|
|||
FeatureMetadata {
|
||||
flag: FeatureFlag::test_require_arg,
|
||||
name: L!("test-require-arg"),
|
||||
groups: L!("3.8"),
|
||||
groups: L!("4.0"),
|
||||
description: L!("builtin test requires an argument"),
|
||||
default_value: false,
|
||||
read_only: false,
|
||||
|
|
Loading…
Reference in New Issue
Block a user