rtCamp / Frappe-Manager

A CLI tool based on Docker Compose to easily manage Frappe based projects.
MIT License
107 stars 22 forks source link

`code` command support custom directory when attaching to container #141

Closed Xieyt closed 5 months ago

Xieyt commented 5 months ago

When running fm code <sitename>, VSCode currently opens with /workspace as the default directory. However, users should have the option to change this directory.

Xieyt commented 5 months ago

When running fm code <sitename>, VSCode currently opens with /workspace as the default directory. However, users should have the option to change this directory.

* [x]  Implement the `--work-dir` flag, allowing users to define their preferred directory.

* [x]  The default directory should be `/workspace/frappe-bench`.

Implemented in #140.