Changes between Version 207 and Version 208 of SummerOfCode
- Timestamp:
- Apr 15, 2013, 12:02:06 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SummerOfCode
v207 v208 312 312 313 313 Write 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.314 non-interactive port(1). (The existing "interactive mode" of port(1) is actually just batch 315 mode reading from stdin, and is not really interactive.) 316 Factor out code used by both tools into a shared module. 317 317 318 318 An interactive tool would ask for user input to resolve many situations