forked from extern/httpie-cli
Validate download options before setting up streams.
This commit is contained in:
parent
d32acfe2fa
commit
1b98505537
@ -107,8 +107,8 @@ class Parser(ArgumentParser):
|
||||
# Arguments processing and environment setup.
|
||||
self._apply_no_options(no_options)
|
||||
self._apply_config()
|
||||
self._setup_standard_streams()
|
||||
self._validate_download_options()
|
||||
self._setup_standard_streams()
|
||||
self._process_output_options()
|
||||
self._process_pretty_options()
|
||||
self._guess_method()
|
||||
|
Loading…
Reference in New Issue
Block a user