Advertisement
cooperlees

Untitled

May 2nd, 2017
444
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.42 KB | None | 0 0
  1. cooper-mbp:click cooper$ git diff
  2. diff --git a/third_party/3.6/click/decorators.pyi b/third_party/3.6/click/decorators.pyi
  3. index 8cd1616..5994420 100644
  4. --- a/third_party/3.6/click/decorators.pyi
  5. +++ b/third_party/3.6/click/decorators.pyi
  6. @@ -27,6 +27,7 @@ def make_pass_decorator(
  7.  
  8.  def command(
  9.      name: str = None,
  10. +    context_settings: Dict = None,
  11.      cls: type = Command,
  12.      # Command
  13.      help: str = None,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement