Skip to content

Commit

Permalink
Merge pull request #1425 from spotify/erikbern-1424
Browse files Browse the repository at this point in the history
positional parameter qualification
  • Loading branch information
Tarrasch committed Nov 25, 2015
2 parents b9e105c + 1409580 commit 2db757a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions luigi/parameter.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,8 @@ def __init__(self, default=_no_value, is_global=False, significant=True, descrip
default value for this parameter. DEPRECATED.
Default: ``None``.
:param bool positional: If true, you can set the argument as a
positional argument. Generally we recommend ``positional=False``
as positional arguments become very tricky when
you have inheritance and whatnot.
positional argument. It's true by default but we recommend
``positional=False`` for abstract base classes and similar cases.
:param bool always_in_help: For the --help option in the command line
parsing. Set true to always show in --help.
"""
Expand Down

0 comments on commit 2db757a

Please sign in to comment.