diff options
| author | John Estabrook <jestabro@vyos.io> | 2025-12-18 12:36:56 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-18 12:36:56 -0600 |
| commit | 0f36d5a2650238d3bbd2b5837ec51fc0c01962aa (patch) | |
| tree | c1c340dc190d2595cc1e1ec8447f163ce56610b2 /src/session.mli | |
| parent | f6c35930530cc72794a3f7c7488422ccb604b7fd (diff) | |
| parent | f58bfaa3487ef821466e35fbd2bb073732e889dd (diff) | |
| download | vyconf-0f36d5a2650238d3bbd2b5837ec51fc0c01962aa.tar.gz vyconf-0f36d5a2650238d3bbd2b5837ec51fc0c01962aa.zip | |
Merge pull request #39 from jestabro/vyconf-completion-env
T8061: Add requests of analogues of cli-shell-api completion functions
Diffstat (limited to 'src/session.mli')
| -rw-r--r-- | src/session.mli | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/session.mli b/src/session.mli index cb49bf6..9711402 100644 --- a/src/session.mli +++ b/src/session.mli @@ -94,3 +94,9 @@ val get_config : world -> session_data -> string -> string val cleanup_config : world -> string -> unit val show_config : world -> session_data -> string list -> string + +val reference_path_exists : world -> session_data -> string list -> bool + +val get_path_type : ?legacy_format:bool -> world -> session_data -> string list -> string + +val get_completion_env : ?legacy_format:bool -> world -> session_data -> string list -> string |
