etherpump pull defaults are weird #15
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.