Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[tesh] TODO++
authorMartin Quinson <martin.quinson@loria.fr>
Thu, 8 Oct 2015 05:48:55 +0000 (07:48 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Thu, 8 Oct 2015 05:48:55 +0000 (07:48 +0200)
tools/tesh/tesh.pl

index f25be34..57f171b 100755 (executable)
@@ -220,12 +220,15 @@ the content it gets as input.
 It is not possible to use the cat command, as one would expect,
 because stream redirections are currently not implemented in Tesh.
 
 It is not possible to use the cat command, as one would expect,
 because stream redirections are currently not implemented in Tesh.
 
-=head1 BUGS AND LIMITATIONS
+=head1 BUGS, LIMITATIONS AND POSSIBLE IMPROVEMENTS
 
 The main limitation is the lack of stream redirections in the commands
 (">", "<" and "|" shell constructs and friends). The B<mkfile> builtin
 command makes this situation bearable.
 
 
 The main limitation is the lack of stream redirections in the commands
 (">", "<" and "|" shell constructs and friends). The B<mkfile> builtin
 command makes this situation bearable.
 
+It would be nice if we could replace the tesh file completely with
+command line flags when the output is not to be verified.
+
 =cut
 
 BEGIN {
 =cut
 
 BEGIN {