Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[PATCH] date: Completion for arguments of --rfc-3339



---
 Completion/Unix/Command/_date |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Completion/Unix/Command/_date b/Completion/Unix/Command/_date
index d07131d..a90b1f4 100644
--- a/Completion/Unix/Command/_date
+++ b/Completion/Unix/Command/_date
@@ -10,6 +10,7 @@ if _pick_variant gnu="Free Software Foundation" unix --version; then
     '-r[reference]:file:_files'
     '-R[rfc-2822]'
     '-s[set]:time string'
+    '--rfc-3339=-[output date and time in RFC 3339 format]:output type:(date seconds ns)'
     --
     '*=FILE*:file:_files'
     '*=DATEFILE*:date file:_files'
-- 
1.6.2.rc0



Messages sorted by: Reverse Date, Date, Thread, Author