pombreda / appscale

Automatically exported from code.google.com/p/appscale
0 stars 0 forks source link

Don't allow extra flags on tools #97

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Right now we require that certain flags are used for the appscale tools but
don't check for extra flags. This can cause confusion if a user misspells a
flag.

Original issue reported on code.google.com by shattere...@gmail.com on 8 Oct 2009 at 11:08

GoogleCodeExporter commented 9 years ago
Done, will be in next appscale release. Also had planned to throw errors if the 
user
types in a parameter without a corresponding flag (e.g., cassandra instead of 
--table
cassandra) but our implementation messed up the test code. Will re-open to 
implement
this feature if it is found to be needed.

Original comment by shattere...@gmail.com on 27 Oct 2009 at 6:13

GoogleCodeExporter commented 9 years ago
Was able to resolve previous problem, now quitting if the user specified a 
parameter
without a flag as well.

Original comment by shattere...@gmail.com on 27 Oct 2009 at 6:23