PG
Size: a a a
PG
PG
PG
АЮ
(defun ex-migration-run ()
(interactive)
(let* ((file-name (buffer-name (current-buffer)))
(timestamp (car (split-string file-name "_")))
(cmd (concat "mix ecto.migrate --to " timestamp))
(buffer (get-buffer-create "*ExMigration*")))
(with-current-buffer buffer
(setq default-directory (projectile-project-root))
(async-shell-command cmd buffer)
(setq buffer-read-only t)
(pop-to-buffer buffer))))
АЮ
ПН
S
S
VL
PS
PS
PS
PG
S
AK
D
D
D
D