Skip to content
Snippets Groups Projects
Commit c14e7f5a authored by Grant Miller's avatar Grant Miller
Browse files

Set always_complete_options to "long"

parent 77533c5a
No related branches found
No related tags found
No related merge requests found
......@@ -479,7 +479,7 @@ def arguments():
" invalid")
if argcomplete:
argcomplete.autocomplete(parser)
argcomplete.autocomplete(parser, always_complete_options="long")
# Use defaults from the user's config file
args = parser.parse_args()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment