Interpreters for scripting languages and suchlike often provide an option to specify one line of program on the command line itself. For Perl, this option is -e; for Python it's -c. Which of these is more common? That is, which would be less surprising from a user's viewpoint?
| |||
|
feedback
|
|
Either one, or none. It mainly depends on the user's previous background. You shouldn't expect either to be more intuitive - just put them plain clear in sight, and the users will adjust. | |||||||||||||
feedback
|