-
pre-populate required arguments from request body · 45fd7d21
This way, we can always assume that indexing a required argument works. Also: * test that the command tree doesn't have any obvious bugs (duplicate options, arguments in the wrong order, etc). * simplify the usage ParseBodyArgs. * remove unnecessary check in the get command. fixes #4823 License: MIT Signed-off-by:Steven Allen <steven@stebalien.com>
由 Steven Allen 提交于45fd7d21
×