README
changeset 53 1d0173e1b412
parent 49 a3feac00d151
child 68 36ce7dcfe7c0
equal deleted inserted replaced
52:5839699b1c01 53:1d0173e1b412
    42    -n --nonewline  don't print a newline
    42    -n --nonewline  don't print a newline
    43    -h --help       show help
    43    -h --help       show help
    44 
    44 
    45 I think this mostly describes what's going on, except that I'd like to mention
    45 I think this mostly describes what's going on, except that I'd like to mention
    46 one interesting feature - if you are using long name for option, you can use
    46 one interesting feature - if you are using long name for option, you can use
    47 only partial name, for example ``./echo.py --nonew`` is valid command line. This
    47 only partial name, for example ``./echo.py --nonew`` a is valid command
    48 is also true for subcommands: read about that and everything else you'd like to
    48 line. This is also true for subcommands: read about that and everything else
    49 know in `documentation`_.
    49 you'd like to know in `documentation`_.
    50 
    50 
    51 .. _documentation: http://hg.piranha.org.ua/finaloption/docs/
    51 .. _documentation: http://hg.piranha.org.ua/finaloption/docs/