Commit Graph

8 Commits

Author SHA1 Message Date
Renato Silva 3d8b0c3e15 Avoid variable exporting for Bash scripts.
Exporting should not be required and it may lead to security issues, for example access of a --password option by other applications.
2014-09-11 00:48:49 -03:00
Renato Silva 3faceb97dd Fix next option mistook for value of current option in Ruby version.
For example, if --foo requires a value and --foo --bar is specified in command line, then --bar would be mistakenly recognized as the value for --foo. Now a proper error is raised requiring a value for --foo.
2014-08-03 08:24:34 -03:00
Renato Silva d5aa1fd9a9 Small fix in readme file. 2014-07-27 08:49:49 -03:00
Renato Silva ce37a808f1 Fix exit command in a Bash example. 2014-07-23 22:31:27 -03:00
Renato Silva bf90464756 Small fix in readme file. 2014-07-09 23:45:22 -03:00
Renato Silva 7ae58258bc Add readme file. 2014-07-09 19:27:44 -03:00
Renato Silva 6129e08347 Add examples. 2014-07-09 19:27:00 -03:00
Renato Silva 3c3c8bba09 Initial commit. 2014-07-09 17:59:03 -03:00