summaryrefslogtreecommitdiff
path: root/alot/__main__.py
diff options
context:
space:
mode:
authorLucas Hoffmann <l-m-h@web.de>2017-01-19 09:47:42 +0100
committerLucas Hoffmann <l-m-h@web.de>2017-01-20 13:37:39 +0100
commit1af4c5e65483ef0907d91094e2dac1d546fc6f67 (patch)
treed5b561fc4fd4b057bf44ca137bad0bdd7fe7c3c6 /alot/__main__.py
parentd2497661acdb9ec0c24d672b5226da6d16f2fec3 (diff)
Add docstrings to some methods and functions.
Diffstat (limited to 'alot/__main__.py')
-rw-r--r--alot/__main__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/alot/__main__.py b/alot/__main__.py
index d68b5b87..13679cb9 100644
--- a/alot/__main__.py
+++ b/alot/__main__.py
@@ -16,6 +16,8 @@ from alot.commands import CommandParseError, COMMANDS
def main():
+ """The main entry point to alot. It parses the command line and prepares
+ for the user interface main loop to run."""
# set up the parser to parse the command line options.
parser = argparse.ArgumentParser()
parser.add_argument('-v', '--version', action='version',