eric5.py

branch
Py2 comp.
changeset 3056
9986ec0e559a
parent 2847
1843ef6e2656
parent 2930
92973b701875
child 3057
10516539f238
--- a/eric5.py	Sun Sep 08 19:04:07 2013 +0200
+++ b/eric5.py	Tue Oct 15 22:03:54 2013 +0200
@@ -173,6 +173,9 @@
         ("--nosplash", "don't show the splash screen"),
         ("--noopen", "don't open anything at startup except that given in command"),
         ("--plugin=plugin-file", "load the given plugin file (plugin development)"),
+        ("--start-file", "load the most recently opened file"),
+        ("--start-multi", "load the most recently opened multi-project"),
+        ("--start-project", "load the most recently opened project"),
         ("--start-session", "load the global session file"),
         ("--", "indicate that there are options for the program to be debugged"),
         ("", "(everything after that is considered arguments for this program)")

eric ide

mercurial