[cs615asa] hw 5 question

Jan Schaumann jschauma at stevens.edu
Thu Apr 16 09:22:37 EDT 2015


Peter F <pfatyga at stevens.edu> wrote:
 
> Is this acceptable behavior?

No, your tool should work without such restrictions or requiring the
user to interactively do these sorts of things.

If you can make this a one-time task that the user can respond to once
from the command-line in your tool, then that might be ok:

$ ec2-backup .
Do you accept the conditions at blahblahblah? Y
[ec2-backup now does its thing]
$ ec2-backup .
[ec2-backup now does its thing with no further questions]
$

-Jan


More information about the cs615asa mailing list