]> git.phdru.name Git - sqlconvert.git/commit
Change arguments handling
authorOleg Broytman <phd@phdru.name>
Fri, 2 Sep 2016 21:16:02 +0000 (00:16 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 2 Sep 2016 21:32:54 +0000 (00:32 +0300)
commit897abc011d161bbb285e7d7c0cea4c2bf934ece4
treeb0337414be84ac7e82ac3ded2f1262409a27ca0d
parentd66fe06e505a658a122fe577d1879b13b77f3b57
Change arguments handling

Allow `-` to name stdin or stdout.
Input file is always the first argument, no need to use option `-i`.
Output file can be named with `-o` or as the second argument
but not both. Option `-o` is useful when there is no input file (input
is redirected, for example: `mysql-to-sql.py -o out.sql < in.sql`).
docs/index.rst
scripts/mysql-to-sql.py