We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cf6d22 commit 8bd337aCopy full SHA for 8bd337a
completions/tar
@@ -523,8 +523,7 @@ _comp_cmd_tar__detect_ext()
523
524
_comp_cmd_tar__gnu()
525
{
526
- local basic_tar="" \
527
- tar_mode tar_mode_arg
+ local basic_tar=""
528
529
# Main mode, e.g. "x" or "c" or the long forms "extract" or "create"
530
local tar_mode=none
@@ -710,8 +709,7 @@ _comp_cmd_tar__posix_prev_handle()
710
709
711
_comp_cmd_tar__posix()
712
713
- local basic_tar=set \
714
+ local basic_tar=set
715
716
# Main mode, e.g. -x or -c (extract/creation)
717
0 commit comments