Add support for dvc import-url and dvc get-url into bash auto-completion script.
What should be done:
As to import-url and get-url, you would need to convert on ${COMP_WORDS[1]} first that would replace all - with _, so that option_list becomes _dvc_import_url and not _dvc_import-url.
Context https://github.com/iterative/dvc/pull/2226#issuecomment-511155421
@shcheklein Shall I take up this issue?
@algomaster99 Sure!