aboutsummaryrefslogtreecommitdiffstats
path: root/src/_nanoc
diff options
context:
space:
mode:
authorShohei YOSHIDA <syohex@gmail.com>2025-07-18 11:37:03 +0900
committerShohei YOSHIDA <syohex@gmail.com>2025-07-18 11:37:03 +0900
commit12c780b2b183e28650d177165a9f573b200c2f0e (patch)
tree966c9d7a47b96fe602bac5a0a12d144104b266f7 /src/_nanoc
parentMerge pull request #1140 from zsh-users/update-completions (diff)
downloadzsh-completions-12c780b2b183e28650d177165a9f573b200c2f0e.tar
zsh-completions-12c780b2b183e28650d177165a9f573b200c2f0e.tar.gz
zsh-completions-12c780b2b183e28650d177165a9f573b200c2f0e.tar.bz2
zsh-completions-12c780b2b183e28650d177165a9f573b200c2f0e.tar.lz
zsh-completions-12c780b2b183e28650d177165a9f573b200c2f0e.tar.xz
zsh-completions-12c780b2b183e28650d177165a9f573b200c2f0e.tar.zst
zsh-completions-12c780b2b183e28650d177165a9f573b200c2f0e.zip
Update nanoc completion version 4.13.5
Diffstat (limited to 'src/_nanoc')
-rw-r--r--src/_nanoc18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/_nanoc b/src/_nanoc
index 0a87f1a..f88d62f 100644
--- a/src/_nanoc
+++ b/src/_nanoc
@@ -23,7 +23,7 @@
# Description
# -----------
#
-# Completion script for nanoc 4.12.16 (https://nanoc.app/)
+# Completion script for nanoc 4.13.5 (https://nanoc.app/)
#
# ------------------------------------------------------------------------------
# Authors
@@ -94,7 +94,8 @@ case $state in
args=(
{-W,--watch}'[watch for changes and recompile when needed]'
"--diff[generate diff]"
- )
+ "--focus=[compile only items matching the given pattern]:pattern"
+ )
;;
create-site)
args=(
@@ -108,22 +109,21 @@ case $state in
{-L,--list}"[list available locations to deploy to]"
{-n,--dry-run}"[show what would be deployed]"
{-t,--target=}"[specify the location to deploy to (default:\`default\`)]:target"
- )
+ )
;;
prune)
- args=(
+ args+=(
{-n,--dry-run}"[print files to be deleted instead of actually deleting them]"
{-y,--yes}"[confirm deletion]"
- )
+ )
;;
shell)
args=(
{-p,--preprocess}"[run preprocessor]"
- )
+ )
;;
show-data|show-plugins|show-rules)
- args=(
- )
+ args=()
;;
view)
args=(
@@ -131,7 +131,7 @@ case $state in
{-L,--live-reload}"[reload on changes]"
{-o,--host=}"[specify the host to listen on(default: 127.0.0.1)]:host"
{-p,--port=}"[specify the port to listen on(default: 3000)]:port"
- )
+ )
;;
esac