| commit | 5831076971df3aeec3ecbd3d972557709ab27a4f | [log] [tgz] |
|---|---|---|
| author | peusterm <manuel.peuster@uni-paderborn.de> | Tue Jan 12 17:09:20 2016 +0100 |
| committer | peusterm <manuel.peuster@uni-paderborn.de> | Tue Jan 12 17:09:20 2016 +0100 |
| tree | a3cdd80d3996ea62e068b5081823f54809b2dcd8 | |
| parent | 056fd459f46bb9fd2d5a83e6326823e86373ff7d [diff] [blame] |
added a first, early prototype of the emulator CLI
diff --git a/emuvim/cli/network.py b/emuvim/cli/network.py new file mode 100644 index 0000000..0c50dda --- /dev/null +++ b/emuvim/cli/network.py
@@ -0,0 +1,8 @@ +""" +son-emu network CLI +""" + + +def main(argv): + print "This is the son-emu network CLI." + print "Arguments: %s" % str(argv)