Ideal is to run etherpump pull and to have it do etherpump pull --all by default. So we should maybe set --all to True by default? I think that would make sense. Then you "override" when you pass say something like --meta and then --all is set to False. That might take some playing around with to achieve.
Ideal is to run `etherpump pull` and to have it do `etherpump pull --all` by default. So we should maybe set `--all` to `True` by default? I think that would make sense. Then you "override" when you pass say something like `--meta` and then `--all` is set to `False`. That might take some playing around with to achieve.
You need to pass
--all
to save by default?Ideal is to run
etherpump pull
and to have it doetherpump pull --all
by default. So we should maybe set--all
toTrue
by default? I think that would make sense. Then you "override" when you pass say something like--meta
and then--all
is set toFalse
. That might take some playing around with to achieve.