summaryrefslogtreecommitdiff
path: root/src/vyconf_client.mli
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2025-12-17 11:54:20 -0600
committerJohn Estabrook <jestabro@vyos.io>2025-12-17 21:29:58 -0600
commitf58bfaa3487ef821466e35fbd2bb073732e889dd (patch)
treec1c340dc190d2595cc1e1ec8447f163ce56610b2 /src/vyconf_client.mli
parent28b6ac04aaef995656eaabb2c9a279a79e657687 (diff)
downloadvyconf-f58bfaa3487ef821466e35fbd2bb073732e889dd.tar.gz
vyconf-f58bfaa3487ef821466e35fbd2bb073732e889dd.zip
T8061: add get_completion_env request
Return help strings and values in the form used by bash completion.
Diffstat (limited to 'src/vyconf_client.mli')
-rw-r--r--src/vyconf_client.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vyconf_client.mli b/src/vyconf_client.mli
index fabbbed..3ee1083 100644
--- a/src/vyconf_client.mli
+++ b/src/vyconf_client.mli
@@ -53,3 +53,5 @@ val config_unsaved : t -> string option -> (string, string) result Lwt.t
val reference_path_exists : t -> string list -> (string, string) result Lwt.t
val get_path_type : t -> string list -> (string, string) result Lwt.t
+
+val get_completion_env : t -> string list -> (string, string) result Lwt.t