refactor: use **kwargs
instead of very long function declarations
#3612
Labels
**kwargs
instead of very long function declarations
#3612
Originally posted by @shcheklein in #3600
Any commands and functions that use remote status (i.e.
push
/pull
/fetch
/gc
/status
) require passing 9+ args through multiple function calls inrepo
/cloud
/remote
/etc. Would be much cleaner to just use**kwargs
and document the expected parameters at the top level function declarations (most of these functions do not currently have docstrings).The text was updated successfully, but these errors were encountered: