From 6eeb92ef8674b1d71bceadf88c0645bccd57f20b Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Thu, 26 Jun 2008 00:50:24 +0200 Subject: TODO stuff --- src/nbblib/main.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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. -- cgit