gnu-arch-users
[Top][All Lists]
Advanced

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

Re: [Gnu-arch-users] Bash completion


From: Dustin Sallings
Subject: Re: [Gnu-arch-users] Bash completion
Date: Mon, 10 Nov 2003 11:00:31 -0800


On Nov 10, 2003, at 1:05, Paul Hedderly wrote:

Just wondering if any of the bash completion trees have kept up with the
UI changes for tla 1.1 ? (Jonas? Robert?) I can't see any published
updates.

I generate first-level command completion for tla. This is not comprehensive, but is really handy and sidesteps the need to keep up with UI changes.

set tlacommands=( \
`tla help | grep " : " | grep -v alias | awk '{print $1}' | sort -u ` )
complete tla 'p/1/$tlacommands/'

--
Dustin Sallings





reply via email to

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