Changes between Version 207 and Version 208 of SummerOfCode


Ignore:
Timestamp:
Apr 15, 2013, 12:02:06 PM (11 years ago)
Author:
jmroot (Joshua Root)
Comment:

clarify statements regarding interactive front end

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode

    v207 v208  
    312312
    313313Write an interactive command-line tool that can be used instead of the
    314 non-interactive port(1).
    315 
    316 The current port(1) should be viewed as batch mode reading from stdin.
     314non-interactive port(1). (The existing "interactive mode" of port(1) is actually just batch
     315mode reading from stdin, and is not really interactive.)
     316Factor out code used by both tools into a shared module.
    317317
    318318An interactive tool would ask for user input to resolve many situations