# tmuxp.cli.edit.command_edit

- **Module:** tmuxp.cli.edit
- **Package:** tmuxp
- **Language:** Python
- **Kind:** function
- **Source:** https://github.com/tmux-python/tmuxp/blob/153acdf6ff1268b14d3d03ed488f545a7123c8f1/src/tmuxp/cli/edit.py#L54
- **Page:** https://libtmux.org/en/py/latest/workspace/reference/tmuxp-cli-edit-command_edit/

```
tmuxp.cli.edit.command_edit(workspace_file: str | pathlib.Path, parser: argparse.ArgumentParser | None = None, color: CLIColorModeLiteral | None = None) -> None
```

Entrypoint for ``tmuxp edit``, open tmuxp workspace file in system editor.
