You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-15 01:04:37 +02:00
Add beta feature infrastructure.
This allows options to be marked as beta, which will require that the --beta option be supplied to prevent accidental usage of a beta feature. The online and command-line documentation also show warnings when options are beta.
This commit is contained in:
@ -147,6 +147,8 @@ use constant CFGDEF_DEFAULT_LITERAL => 'default-
|
||||
use constant CFGDEF_GROUP => 'group';
|
||||
push @EXPORT, qw(CFGDEF_GROUP);
|
||||
|
||||
use constant CFGDEF_BETA => 'beta';
|
||||
push @EXPORT, qw(CFGDEF_BETA);
|
||||
use constant CFGDEF_INDEX => 'index';
|
||||
push @EXPORT, qw(CFGDEF_INDEX);
|
||||
use constant CFGDEF_INHERIT => 'inherit';
|
||||
|
Reference in New Issue
Block a user