Conversation
|
I notice that the options are positioned less flexibly now -- is there a way to relax that? e.g. |
Not that I'm aware of. Do you think that this is worth changing, or should I just close the PR? |
|
Like I said in #737, I don't really have an opinion on which crate we use -- especially now that I've moved that example program under The code does look cleaner here, so that's nice, but the option order inflexibility is a little annoying. Maybe those can be simple positional arguments instead of sub-commands? But I don't know if that will show up well in |
This PR replaces
docoptwithclap.Something similar was worked on in #737, but now
clapincludes the the derive macros thatstructopthad.This also makes it possible to remove the
serdedependency.