equal
deleted
inserted
replaced
2 |
2 |
3 ======== |
3 ======== |
4 Opster |
4 Opster |
5 ======== |
5 ======== |
6 |
6 |
7 Opster is a command line parser, intended to make writing command line |
7 Opster is a command line options parser, intended to make writing command line |
8 applications easy and painless. It uses built-in Python types (lists, |
8 applications easy and painless. It uses built-in Python types (lists, |
9 dictionaries, etc) to define options, which makes configuration clear and |
9 dictionaries, etc) to define options, which makes configuration clear and |
10 concise. Additionally it contains possibility to handle subcommands (i.e. |
10 concise. Additionally it contains possibility to handle subcommands (i.e. |
11 ``hg commit`` or ``svn update``). |
11 ``hg commit`` or ``svn update``). |
12 |
12 |