On Wed, Jan 01, 2014 at 12:53:09PM -0500, Ted Unangst wrote:
> On Wed, Jan 01, 2014 at 16:25, Marc Espie wrote:
> > Now that you're fixing it, I think you've still got it wrong.
> > 
> > Instead of
> > signify -V -p pubkey -i input
> > you want to be able to do
> > signify -V -p pubkey  input ...
> > 
> > e.g., at this point, input would not need to be an option, so that you
> > can verify several files in one go.
> 
> we can do that too if we need batch verification, but I left it out
> of this commit.

Well, at least make input not an option but an actual parameter.

Otherwise, you have a command with no parms.

And considering the command name, it makes little sense. As the name
says, that command is used to sign or verify a file. The *object* of that
command is the file. It's not an option !

Reply via email to