pub fn default_username() -> Option<String>
Resolve the default username from the $USER environment variable.
$USER
Returns None when $USER is not set or is empty.
None