Merge pull request #78 from larsimmisch/master
Fix subtle bug in new click parameter handling
This commit is contained in:
		
						commit
						08525c10ba
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -61,7 +61,7 @@ def prompt_and_invoke(ctx, fn): | ||||||
|     for p in fn.params: |     for p in fn.params: | ||||||
|         v = click.prompt(p.prompt, p.default, p.hide_input, |         v = click.prompt(p.prompt, p.default, p.hide_input, | ||||||
|                          p.confirmation_prompt, p.type) |                          p.confirmation_prompt, p.type) | ||||||
|         kw[p.name.upper()] = v |         kw[p.name] = v | ||||||
| 
 | 
 | ||||||
|     ctx.invoke(fn, **kw) |     ctx.invoke(fn, **kw) | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue