Expand description
This module provides common utility functions used across the application:
- Path manipulation and canonicalization
- Directory checking
- Pretty printing SQL output using
bat
Functionsยง
- get_
current_ working_ dir - Get current working dir
- get_
full_ path_ str - Get abs path and convert to string
- is_dir
- Check if a path is a directory
- pretty_
print