|
|
|
|
|
by kulkarnic
4296 days ago
|
|
How about asking people for the command line arguments once they double-click? Telling users they are wrong seldom works in the long run, because this requires a change in the mental model. The program model most people using GUIs assume is "you open a program, then you tell it what to do". The CLI model of "you first decide what the program must do, then you run it" just requires more thinking. As Steve Krug points out, "don't make me think" :) |
|