From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pantelis Antoniou Date: Tue, 30 Mar 2004 17:48:17 +0300 Subject: [U-Boot-Users] [patch #1/11] Auto Complete support Message-ID: <406988B1.5000308@intracom.gr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello The following patch adds auto-complete support to the u-boot command line. Using TAB the parser will try to auto complete all commands and for a few commands it will also try to do the same for their arguments. The commands that accept auto completion of their arguments are: setenv printenv & run. To enable just #define CONFIG_AUTO_COMPLETE at the board config.h file. Regards Pantelis -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: autocomplete.diffstat Url: http://lists.denx.de/pipermail/u-boot/attachments/20040330/20e143aa/attachment.txt -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: autocomplete.diff Url: http://lists.denx.de/pipermail/u-boot/attachments/20040330/20e143aa/attachment-0001.txt