diff options
| author | John Estabrook <jestabro@vyos.io> | 2025-04-02 21:41:13 -0500 |
|---|---|---|
| committer | John Estabrook <jestabro@vyos.io> | 2025-04-04 12:36:50 -0500 |
| commit | eeb758f406f0cc27ab7863dc17eec00c24f2c0b6 (patch) | |
| tree | 47ccceb8e72c4a02ceb282a0c5db7e06c93baaf8 /src/vyconf_pbt.mli | |
| parent | f389a749097d2a265d1ce1b757804af70a7199ba (diff) | |
| download | vyconf-eeb758f406f0cc27ab7863dc17eec00c24f2c0b6.tar.gz vyconf-eeb758f406f0cc27ab7863dc17eec00c24f2c0b6.zip | |
T7302: add dry_run field and update branch
Diffstat (limited to 'src/vyconf_pbt.mli')
| -rw-r--r-- | src/vyconf_pbt.mli | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vyconf_pbt.mli b/src/vyconf_pbt.mli index 7371d18..7189a7a 100644 --- a/src/vyconf_pbt.mli +++ b/src/vyconf_pbt.mli @@ -60,6 +60,7 @@ type request_commit = { confirm : bool option; confirm_timeout : int32 option; comment : string option; + dry_run : bool option; } type request_rollback = { @@ -242,6 +243,7 @@ val default_request_commit : ?confirm:bool option -> ?confirm_timeout:int32 option -> ?comment:string option -> + ?dry_run:bool option -> unit -> request_commit (** [default_request_commit ()] is the default value for type [request_commit] *) |
