commit
						6db5ddc655
					
				|  | @ -0,0 +1,19 @@ | ||||||
|  | #compdef hello | ||||||
|  | # ------------------------------------------------------------------------------ | ||||||
|  | # Description | ||||||
|  | # ----------- | ||||||
|  | # | ||||||
|  | #  Completion script for GNU hello (https://www.gnu.org/software/hello/). | ||||||
|  | # | ||||||
|  | # ------------------------------------------------------------------------------ | ||||||
|  | # Authors | ||||||
|  | # ------- | ||||||
|  | # | ||||||
|  | #  * Wu Zhenyu <wuzy01@qq.com> | ||||||
|  | # | ||||||
|  | # ------------------------------------------------------------------------------ | ||||||
|  | 
 | ||||||
|  | _arguments -s '(- *)'{-h,--help}'[display this help and exit]' \ | ||||||
|  |   '(- *)'{-v,--version}'[display version information and exit]' \ | ||||||
|  |   {-t,--traditional}'[use traditional greeting]' \ | ||||||
|  |   {-g,--greeting=}'[use TEXT as the greeting message]:TEXT' | ||||||
		Loading…
	
		Reference in New Issue