We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 071ec81 commit 4b95fd5Copy full SHA for 4b95fd5
src/tmuxp/workspace/loader.py
@@ -30,7 +30,7 @@ def expandshell(value: str) -> str:
30
return os.path.expandvars(os.path.expanduser(value)) # NOQA: PTH111
31
32
33
-def expand_cmd(p: t.Dict) -> t.Dict:
+def expand_cmd(p: t.Dict[str, t.Any]) -> t.Dict[str, t.Any]:
34
if isinstance(p, str):
35
p = {"shell_command": [p]}
36
elif isinstance(p, list):
0 commit comments