help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

What is the defaut compspec


From: Aman Verma
Subject: What is the defaut compspec
Date: Thu, 10 Sep 2020 14:34:23 -0400

Hi, I was just wondering what would be a good way of emulating the
default compspec in Bash with an explicit `complete` command. I have
tried

    complete -o bashdefault {command}

but this isn't identical to removing the compspec and relying on
Bash's default.

    complete -f -o bashdefault {command}

seems to work but I wanted to ask if anyone more familiar with
the source might know better. I don't think this is answered in the manual.

Aman



reply via email to

[Prev in Thread] Current Thread [Next in Thread]