Subject: Re: Bluetooth update
To: Iain Hibbert <plunky@rya-online.net>
From: Thor Lancelot Simon <tls@rek.tjls.com>
List: tech-userlevel
Date: 12/17/2005 16:01:50
On Sat, Dec 17, 2005 at 08:54:33PM +0000, Iain Hibbert wrote:
>
> 3. reading the style guide, it says use getopt (and presumably
> getopt_long) - I didnt in btconfig, because I had it in mind to use
>
> btconfig <device> pscan (enable pscan)
> btconfig <device> -pscan (disable pscan)
>
> but I am wavering on that...
>
> btconfig --device <device> --pscan (enable pscan)
> btconfig -d <device> --pscan=off (disable pscan)
>
> might be preferable and is not difficult though not as easy to type (using
> --pscan to enable seems counter intuitive to me :)
Please do *not* use long options in new code for NetBSD.
Can't you use getopt by skipping over the interface name by hand?
Thor