From f58bfaa3487ef821466e35fbd2bb073732e889dd Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Wed, 17 Dec 2025 11:54:20 -0600 Subject: T8061: add get_completion_env request Return help strings and values in the form used by bash completion. --- src/vyconf_client.mli | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/vyconf_client.mli') 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 -- cgit v1.2.3