summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nbblib/main.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nbblib/main.py b/src/nbblib/main.py
index 2d432e4..f3d72cc 100644
--- a/src/nbblib/main.py
+++ b/src/nbblib/main.py
@@ -43,6 +43,8 @@ TODO: (Large list)
* Make sure the if cmp ... mv .. rm in make rules are correct and useful.
* More declarative syntax elements in the Python code.
* Use declarations for command line parsing, and help text generation.
+ Use optparse stuff for both global params and extra optparse stuff
+ for each command?
* Add global --nick or similar option to determine the branch
name to use for composing the pathes.
* Find or implement @abstractmethod decorator.