diff options
-rw-r--r-- | akonadish/main.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/akonadish/main.cpp b/akonadish/main.cpp index 139b28f..af85a94 100644 --- a/akonadish/main.cpp +++ b/akonadish/main.cpp | |||
@@ -31,9 +31,10 @@ | |||
31 | /* | 31 | /* |
32 | * modes of operation: | 32 | * modes of operation: |
33 | * | 33 | * |
34 | * 1. called with no commands: start the REPL and listen for JSON on stin | 34 | * 1. called with no commands: start the REPL |
35 | * 2. called with -: listen for JSON on stdin | 35 | * 2. called with -: listen for commands on stdin |
36 | * 3. called with commands: try to match to syntx | 36 | * 3. called with a filename: try to run it as a script |
37 | * 4. called with commands: try to match to syntax and run the result | ||
37 | */ | 38 | */ |
38 | 39 | ||
39 | int enterRepl() | 40 | int enterRepl() |