diff options
| author | John Estabrook <jestabro@vyos.io> | 2025-12-02 13:34:01 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-02 13:34:01 -0600 |
| commit | b4acb65d767c4af1f1df2b252ea9030735c08342 (patch) | |
| tree | 971a0ab51a12ef1925a1c691c7bf700f9c925cb7 /data | |
| parent | 092dc65ab2197725faddbfcd2c64abb9f0151869 (diff) | |
| parent | 9def9bcde17e0720283dae6822bece98983bf7ee (diff) | |
| download | vyconf-b4acb65d767c4af1f1df2b252ea9030735c08342.tar.gz vyconf-b4acb65d767c4af1f1df2b252ea9030735c08342.zip | |
Merge pull request #37 from jestabro/vyconf-session-unsaved
T8032: add translation of cli-shell-api sessionUnsaved
Diffstat (limited to 'data')
| -rw-r--r-- | data/vyconf.proto | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/vyconf.proto b/data/vyconf.proto index fbc7f2d..f45792a 100644 --- a/data/vyconf.proto +++ b/data/vyconf.proto @@ -185,6 +185,10 @@ message Request { optional int32 dummy = 1; } + message ConfigUnsaved { + optional string file = 1; + } + oneof msg { Prompt prompt = 1; @@ -224,6 +228,7 @@ message Request { ResetEditLevel reset_edit_level = 35; GetEditLevel get_edit_level = 36; EditLevelRoot edit_level_root = 37; + ConfigUnsaved config_unsaved = 38; } } |
