Skip to main content

Module util_helpers

Module util_helpers 

Enums§

MaybeSet
Utility enum for handling optional values in config set/unset operations.

Functions§

clean_verbatim_path
Adjusts a path on Windows to strip the UNC verbatim prefix \\?\ if present. On Windows, cmd.exe and some legacy tools do not support paths starting with \\?\ as the current directory or within arguments.
truncate_with_ellipsis
Truncate a string to max_chars Unicode characters, appending “…” if truncated.