Moving a docstring.
This commit is contained in:
parent
58cbec08f5
commit
506d8e5ba3
1 changed files with 1 additions and 1 deletions
|
@ -32,10 +32,10 @@ def create_pickled_data(idevice, filename):
|
||||||
|
|
||||||
|
|
||||||
def main(args=None):
|
def main(args=None):
|
||||||
|
"""Main commandline entrypoint"""
|
||||||
if args is None:
|
if args is None:
|
||||||
args = sys.argv[1:]
|
args = sys.argv[1:]
|
||||||
|
|
||||||
""" Main Function """
|
|
||||||
parser = argparse.ArgumentParser(
|
parser = argparse.ArgumentParser(
|
||||||
description="Find My iPhone CommandLine Tool")
|
description="Find My iPhone CommandLine Tool")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue