help-bash
[Top][All Lists]
Advanced

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

How to set Bash completion with more a function


From: Budi
Subject: How to set Bash completion with more a function
Date: Sat, 26 Aug 2023 06:37:22 +0700

How Bash' complete the second argument using another different
complete's specification/definition and function than the first one
e.g.

complete func foo

Inside the function func must perform detection if it's at 2n
argument, the complete's specification/definition must be by the other
one e.g.

complete functn bar

and such the rest inside the function functn



reply via email to

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