Sha256: c5bd136715aa6856670ad549f5ae1d5623194b0b093476a3be1a60e36e3c3bf9
Contents?: true
Size: 1.19 KB
Versions: 7
Compression:
Stored size: 1.19 KB
Contents
#compdef ronn # Zsh completion definitions for ronn, from nRonn _arguments -C -s -S \ '(--pipe)--pipe[write to standard output instead of generating files]' \ '(-m --man)'{-m,--man}'[show manual like with man]' \ '(-S --server)'{-S,--server}'[serve <file>s at http://localhost:1207/]' \ '(--port)--port[run server at specified port instead of 1207]:Port Number' \ '(-o --output-dir)'{-o,--output-dir}'[write generated files to specified directory]:Output Directory:_dirs' \ '(-r --roff)'{-r,--roff}'[generate roff output]' \ '(-5 --html)'{-5,--html}'[generate entire HTML page with layout]' \ '(-f --fragment)'{-f,--fragment}'[generate HTML fragment]' \ '(--markdown)--markdown[generate post-processed markdown output]' \ '(--date)--date[published date in YYYY-MM-DD format]:Date' \ '(--manual)--manual[name of the manual]:Manual Name' \ '(--organization)--organization[publishing group or individual]:Organization Name' \ '(-w --warnings)'{-w,--warnings}'[show troff warnings on stderr]' \ '(-W)-W[disable previously enabled troff warnings]' \ '(--version)--version[show ronn version and exit]' \ '(--help)--help[show help message and exit]' \ '*:input files:_files' \ && ret=0
Version data entries
7 entries across 7 versions & 1 rubygems