Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a131989

Browse files
committed
Add developer note.
1 parent 838eaf4 commit a131989

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pythonic.el

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,9 @@ print(json.dumps(yaml.safe_load(open(sys.argv[-1], 'r'))))
202202
(let* ((filename (pythonic-get-docker-compose-filename project))
203203
(struct (pythonic-read-docker-compose-file filename))
204204
(volumes (pythonic-get-docker-compose-volumes struct))
205+
;; FIXME: Each service can have many volumes. It
206+
;; should appears once in the selection and all volumes
207+
;; should be added to the alias list.
205208
(volume (if (< 1 (length volumes))
206209
(assoc (completing-read "Service: " (mapcar 'car volumes) nil t) volumes)
207210
(car volumes)))

0 commit comments

Comments
 (0)