To keep the API interface simple: what about only using the option "opt_in=True" #13
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?
(API thoughts that boiled up in a conversation @ pub.club)
Another suggestion is to also add the folder="FOLDERNAME".
One idea is take all command line arguments as they stand on the command line and thread them through via the magic word API interface. So if you use
--publish-opt-in
on the CLI you passpublish_opt_in=True
in the function definition.Then the other idea was that the command line interface is confusing so we should make it easier to use when writing th script. But of course, we're just making new conventions and running into new confusions with that :)
Anyway, just writing before I forget.