vmklib.tasks.args
index
/home/vkottler/src/vkottler/workspace/vmklib/vmklib/tasks/args.py

A module for assisting with getting optional arguments for tasks.

 
Functions
       
environ_fallback(key: str, _default: Any = None, **kwargs) -> Any
Attempt to retrieve a value from keyword arguments, otherwise also fall
back to system environment variables.
environ_fallback_split(key: str, **kwargs) -> List[str]
Get whitespace-separated arguments from the environment or keyword
arguments.

 
Data
        List = typing.List
environ = environ({'TMUX': '/tmp/tmux-1000/default,610,0',...: 'WT_SESSION:WT_PROFILE_ID:', 'EDITOR': 'nvim'})