Module util_helpers
Enums§
- Maybe
Set - 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.exeand some legacy tools do not support paths starting with\\?\as the current directory or within arguments. - truncate_
with_ ellipsis - Truncate a string to
max_charsUnicode characters, appending “…” if truncated.