emacs-symfony-cli: Check-in [d56f165340]
Overview
Comment:Delete unused line
Timelines: family | ancestors | trunk
Files: files | file ages | folders
SHA3-256: d56f16534059fb9a24b336467e448e3861b08d191a1012a315297f7fd73c4f24
User & Date: w96k on 2025-08-04 00:09:54
Other Links: manifest | tags | edit
Context
2025-08-04
00:09
Delete unused line Leaf check-in: d56f165340 user: w96k tags: trunk
2025-08-03
23:58
Rename emacs-symfony.el to symfony.el check-in: 1f6c7a0391 user: w96k tags: trunk
Changes

Modified symfony-cli.el from [13af67b7be] to [eb1fbeb6b9].

49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64

(defun symfony-cli--get-archive-path ()
  (concat symfony-cli-path (symfony-cli--get-archive-filename)))

(defun symfony-cli--unpack-archive (archive-path unpack-path)
  (shell-command (concat "tar -xzf " archive-path " --directory " unpack-path "/ " symfony-cli-binary)))

(concat "tar -xzvf " (symfony-cli--get-archive-path) " " symfony-cli-binary " --directory " symfony-cli-path)

(defun symfony-cli-download ()
  "Download ready to use symfony-cli binary"
  (interactive)

  (let ((symfony-cli-url (symfony-cli--get-download-url)))
    (url-retrieve
     symfony-cli-url







<
<







49
50
51
52
53
54
55


56
57
58
59
60
61
62

(defun symfony-cli--get-archive-path ()
  (concat symfony-cli-path (symfony-cli--get-archive-filename)))

(defun symfony-cli--unpack-archive (archive-path unpack-path)
  (shell-command (concat "tar -xzf " archive-path " --directory " unpack-path "/ " symfony-cli-binary)))



(defun symfony-cli-download ()
  "Download ready to use symfony-cli binary"
  (interactive)

  (let ((symfony-cli-url (symfony-cli--get-download-url)))
    (url-retrieve
     symfony-cli-url