diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-04-29 13:01:44 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-04-29 13:01:57 +0900 |
| commit | b082f01c144df6c9d4da358ffc054c69b4b4405c (patch) | |
| tree | 45effdae08520e8402b607d09435a7ca3b02c8bc /vhosts/blog/public/posts/index.html | |
| parent | 9954c86c34b5096697453ee072a4dcc34aeb7401 (diff) | |
| download | nsfisis.dev-b082f01c144df6c9d4da358ffc054c69b4b4405c.tar.gz nsfisis.dev-b082f01c144df6c9d4da358ffc054c69b4b4405c.tar.zst nsfisis.dev-b082f01c144df6c9d4da358ffc054c69b4b4405c.zip | |
feat(blog/content): new post /posts/2024-04-29/zsh-file-completion-for-composer-custom-commands/
Diffstat (limited to 'vhosts/blog/public/posts/index.html')
| -rw-r--r-- | vhosts/blog/public/posts/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vhosts/blog/public/posts/index.html b/vhosts/blog/public/posts/index.html index fc4af85e..815b24e0 100644 --- a/vhosts/blog/public/posts/index.html +++ b/vhosts/blog/public/posts/index.html @@ -43,6 +43,21 @@ <h1>投稿一覧</h1> </header> <article class="post-entry"> + <a href="/posts/2024-04-29/zsh-file-completion-for-composer-custom-commands/"> + <header class="entry-header"> + <h2>【Zsh】 Composer のカスタムコマンドに対する Zsh 補完で引数にファイルを補完させる</h2> + </header> + <section class="entry-content"> + <p> + Zsh の Composer に対する補完はカスタムコマンドやその引数を補完しない。カスタムコマンドの引数としてファイルを補完させる方法を調べた。 + </p> + </section> + <footer class="entry-footer"> + <time datetime="2024-04-29">2024-04-29</time> 投稿 + </footer> + </a> + </article> + <article class="post-entry"> <a href="/posts/2024-04-21/pipefail-option-in-gitlab-ci-cd/"> <header class="entry-header"> <h2>【GitLab】 GitLab CI/CD 上での bash/sh は pipefail が有効になっている</h2> |
