Skip to content

Commit

Permalink
Point to user docs in parse_arguments docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Oct 17, 2009
1 parent 2282ec8 commit 19a6ba2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fabric/main.py
Expand Up @@ -234,6 +234,8 @@ def display_command(command):
def parse_arguments(arguments):
"""
Parse string list into list of tuples: command, args, kwargs, hosts, roles.
See docs/usage/fab.rst, section on "per-task arguments" for details.
"""
cmds = []
for cmd in arguments:
Expand Down

0 comments on commit 19a6ba2

Please sign in to comment.