aboutsummaryrefslogtreecommitdiff
path: root/src/command.py
diff options
context:
space:
mode:
authortassaron2017-07-06 12:40:03 -0400
committertassaron2017-07-06 12:40:03 -0400
commit9986b1c829caa12bcea120bb37ebb57ab5e0e874 (patch)
tree69de06d5e14d41f06e471bf3716be7d23d116c0c /src/command.py
parent3de45b3629aa994e986245b6af2ef8016818a8e2 (diff)
image options to mirror & saturate colours
and some friendly docstrings
Diffstat (limited to 'src/command.py')
-rw-r--r--src/command.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/command.py b/src/command.py
index ee0e48d..be194d8 100644
--- a/src/command.py
+++ b/src/command.py
@@ -1,3 +1,8 @@
+'''
+ When using commandline mode, this module's object handles interpreting
+ the arguments and giving them to Core, which tracks the main program state.
+ Then it immediately exports a video.
+'''
from PyQt5 import QtCore
import argparse
import os