diff options
Diffstat (limited to 'services/nuldoc/public/blog/posts/3/index.html')
| -rw-r--r-- | services/nuldoc/public/blog/posts/3/index.html | 46 |
1 files changed, 26 insertions, 20 deletions
diff --git a/services/nuldoc/public/blog/posts/3/index.html b/services/nuldoc/public/blog/posts/3/index.html index f926085..38432fc 100644 --- a/services/nuldoc/public/blog/posts/3/index.html +++ b/services/nuldoc/public/blog/posts/3/index.html @@ -70,6 +70,32 @@ </div> </nav> <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> 投稿 + <ul class="entry-tags"> + <li class="tag"> + Composer + </li> + <li class="tag"> + PHP + </li> + <li class="tag"> + Zsh + </li> + </ul> + </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> @@ -272,26 +298,6 @@ </footer> </a> </article> - <article class="post-entry"> - <a href="/posts/2023-12-03/isucon-13/"> - <header class="entry-header"> - <h2>ISUCON 13 に参加した</h2> - </header> - <section class="entry-content"> - <p> - ISUCON 13 に参加した。チーム名「うつしもゆ」、最終スコア 13,580 点 - </p> - </section> - <footer class="entry-footer"> - <time datetime="2023-12-03">2023-12-03</time> 投稿 - <ul class="entry-tags"> - <li class="tag"> - ISUCON - </li> - </ul> - </footer> - </a> - </article> <nav class="pagination"> <div class="pagination-prev"> <a href="/posts/2/">前へ</a> |
