[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/2] factor: add option for printing in x^y format
From: |
Rob Landley |
Subject: |
Re: [PATCH 1/2] factor: add option for printing in x^y format |
Date: |
Wed, 4 May 2022 19:36:56 -0500 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.6.2 |
On 5/4/22 02:28, Rasmus Villemoes wrote:
> Thanks. I don't care much about what the short option is, but it's quite
> important for my use case that it does have a short form. Given the
> NetBSD precedent [1], I think -h is fine. We can make the long option
> --human-readable or --exponents, I don't have any opinion on that.
>
> Should I respin with -h instead of -e?
FYI I just saw this and added both netbsd options (-hx) to toybox.
https://github.com/landley/toybox/commit/529fe97a4bd5
(I'm still here to see if "cut -DF" makes it in...)
Rob