- Jul 07, 2011
- Jul 06, 2011
- Jul 05, 2011
- Jul 04, 2011
- Jun 15, 2011
-
-
Seblu authored
-
- Jun 08, 2011
-
-
Seblu authored
-
- Jun 07, 2011
- May 27, 2011
-
-
Seblu authored
-
Seblu authored
to save the world from destruction and spoofin
-
Seblu authored
We now can use alias of alias (limited to 10 iterations).
-
Seblu authored
fatal which now use os._exit, lack of a return code.
-
Matthieu Gonnet authored
The watch command uses a buffer instead of the standard output. Using this the watch command can execute commands and wait the end of the execution to clear and print the buffer. The watch command also catch cliException and KeyboardInterrupt in order to proceed to clean exit.
-
Matthieu Gonnet authored
The time command now catch the ccli exception and KeyboardInterrupt and print the execution time before a clean exit.
-
Matthieu Gonnet authored
Clear function used to check if sys.stdout was a tty and didn't allow you to use clear in an other fd. This check has been deleted in this patch and you can now use clear in a buffer
-
Seblu authored
clearing terminal is now a function of class Printer. Command clear, now use it.
-
Matthieu Gonnet authored
The fd default argument in the out and err fonction causes bad issues because it was initialized when the class was instanciated. Consequently this patch set the default argument to None and permit you to change the stdout and stderr file descriptor without causing troubles
-
- May 23, 2011
-
-
Seblu authored
-
Seblu authored
-
Matthieu Gonnet authored
-
Matthieu Gonnet authored
-
Seblu authored
Commands loading is now done by crawling commands directory under cccli module. All command which starts by Commmand_ and which is a son of Command class are candidate.
-
Seblu authored
-
- May 20, 2011
- May 18, 2011
-
-
Seblu authored
-
- May 16, 2011
-
-
Gaëtan Déléaz authored
-