Jim Schubert
8df3e54873
Move bash argv opt to end of ags line in scripts ( #124 )
...
The $@ option in bash doesn't make sense to come before `generate`
because the only option we can pass before generate cli usage is `help`.
System properties can be passed via JAVA_OPTS, so there's not really a
need for any intermediaries in the command line construction.
Having $@ at the end of the arguments list allows maintainers and users
inspecting options to quickly pass new options to a script. For example,
```
./bin/aspnetcore-petstore.sh --additional-properties sourceFolder=asdf
```
For command line arguments that may appear more than once in the
arguments list, this change doesn't provide any rules about overwriting
values that may exist (hard-coded) in the script. That is, in the
example above, if aspnetcore-petstore.sh already includes the
sourceFolder set to a different value, the "winning" value is up to the
options parser and openapi-generator-cli implementation.
2018-05-22 15:18:52 +08:00
..
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-04-24 08:08:53 +02:00
2018-05-13 01:31:13 +08:00
2018-05-22 15:18:52 +08:00
2018-05-16 21:39:52 +08:00
2016-08-25 23:12:23 +08:00
2018-05-22 15:18:52 +08:00
2018-04-24 09:51:50 +02:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-16 21:39:52 +08:00
2018-05-16 21:39:52 +08:00
2017-12-22 00:31:44 +08:00
2017-12-22 00:31:44 +08:00
2018-05-22 15:18:52 +08:00
2017-10-27 22:47:02 +08:00
2018-05-22 15:18:52 +08:00
2017-04-23 15:42:42 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-16 21:39:52 +08:00
2018-05-16 21:39:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-16 21:39:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-08 12:57:38 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-16 21:39:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-04-24 09:51:50 +02:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-09 07:45:53 +02:00
2018-04-24 09:51:50 +02:00
2018-05-22 15:18:52 +08:00
2018-04-24 09:51:50 +02:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-04-24 09:51:50 +02:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-04-24 09:51:50 +02:00
2018-05-22 15:18:52 +08:00
2018-04-24 09:51:50 +02:00
2018-05-22 15:18:52 +08:00
2017-10-18 10:39:34 +08:00
2018-04-24 09:51:50 +02:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-04-24 09:51:50 +02:00
2018-05-22 15:18:52 +08:00
2017-08-31 23:02:09 +08:00
2017-08-31 23:02:09 +08:00
2018-05-22 15:18:52 +08:00
2017-08-31 23:02:09 +08:00
2018-05-22 15:18:52 +08:00
2018-04-24 09:51:50 +02:00
2018-05-22 15:18:52 +08:00
2018-04-24 09:51:50 +02:00
2018-05-22 15:18:52 +08:00
2018-04-24 09:51:50 +02:00
2018-05-22 15:18:52 +08:00
2018-04-24 09:51:50 +02:00
2018-05-22 15:18:52 +08:00
2018-04-24 09:51:50 +02:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-04-17 09:19:10 +02:00
2018-05-22 15:18:52 +08:00
2018-04-17 09:19:10 +02:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-16 21:39:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-16 21:39:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-16 21:39:52 +08:00
2018-05-16 21:39:52 +08:00
2017-05-24 16:50:32 +08:00
2018-05-16 21:39:52 +08:00
2018-05-16 21:39:52 +08:00
2018-05-16 21:39:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-01-29 00:35:09 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2017-07-17 23:25:38 +08:00
2018-05-22 15:18:52 +08:00
2017-04-04 00:43:40 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2017-05-17 22:12:06 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-16 21:39:52 +08:00
2018-05-16 21:39:52 +08:00
2018-05-16 21:39:52 +08:00
2018-05-16 21:39:52 +08:00
2018-05-16 21:39:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-16 21:39:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2016-07-20 15:49:41 +08:00
2018-05-22 15:18:52 +08:00
2018-05-08 19:51:15 +08:00
2018-05-16 21:39:52 +08:00
2018-05-22 15:18:52 +08:00
2018-04-23 17:49:48 +08:00
2018-05-22 15:18:52 +08:00
2018-05-16 21:39:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-16 21:39:52 +08:00
2018-05-16 21:39:52 +08:00
2018-05-16 21:39:52 +08:00
2018-05-16 21:39:52 +08:00
2017-10-16 11:48:13 +08:00
2018-05-22 15:18:52 +08:00
2018-05-16 21:39:52 +08:00
2018-05-16 21:39:52 +08:00
2018-05-16 21:39:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-16 21:39:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2015-06-26 17:15:14 +08:00
2018-05-16 21:39:52 +08:00
2018-04-17 09:19:10 +02:00
2018-05-16 21:39:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-05 17:26:08 +02:00
2018-04-24 09:51:50 +02:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-04-24 09:51:50 +02:00
2018-04-24 09:51:50 +02:00
2018-05-22 15:18:52 +08:00
2018-04-24 09:51:50 +02:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2017-04-17 23:25:27 +08:00
2018-05-22 15:18:52 +08:00
2017-05-17 22:12:06 +08:00
2018-05-22 15:18:52 +08:00
2018-05-16 21:39:52 +08:00
2017-07-03 17:40:00 +08:00
2018-05-22 15:18:52 +08:00
2018-05-16 21:39:52 +08:00
2016-10-09 14:06:55 +08:00
2018-02-08 15:14:49 +08:00
2018-05-12 00:15:24 +08:00
2018-05-16 21:39:52 +08:00
2018-05-12 00:15:24 +08:00
2018-05-16 21:39:52 +08:00
2018-05-12 00:15:24 +08:00
2018-05-16 21:39:52 +08:00
2018-05-12 00:15:24 +08:00
2018-05-22 15:18:52 +08:00
2018-05-12 00:15:24 +08:00
2018-05-16 21:39:52 +08:00
2018-05-04 04:50:17 +02:00
2018-05-04 04:50:17 +02:00
2018-05-12 00:15:24 +08:00
2018-05-22 15:18:52 +08:00
2018-05-12 00:15:24 +08:00
2018-05-22 15:18:52 +08:00
2018-05-12 00:15:24 +08:00
2018-05-22 15:18:52 +08:00
2018-05-12 00:15:24 +08:00
2018-05-16 21:39:52 +08:00
2018-05-12 00:15:24 +08:00
2018-05-22 15:18:52 +08:00
2018-05-04 04:50:17 +02:00
2018-05-12 00:15:24 +08:00
2018-05-16 21:39:52 +08:00
2018-05-12 00:15:24 +08:00
2018-05-16 21:39:52 +08:00
2016-05-21 15:57:52 +02:00
2018-05-16 21:39:52 +08:00
2018-05-16 21:39:52 +08:00
2018-05-04 04:50:17 +02:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-16 21:39:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-04-17 09:19:10 +02:00
2018-05-22 15:18:52 +08:00
2017-08-25 23:26:32 +08:00
2018-05-22 15:18:52 +08:00
2017-08-25 23:26:32 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-04 04:50:17 +02:00
2017-07-23 01:39:36 +08:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2018-05-04 04:50:17 +02:00
2018-05-22 15:18:52 +08:00
2018-05-22 15:18:52 +08:00
2017-05-17 22:12:06 +08:00
2018-05-22 15:18:52 +08:00