nbgitpuller
nbgitpuller copied to clipboard
Optional command-line keyword arguments
The optional command-line arguments(repo-dir and branch_name) are now keyword arguments; this allows us to avoid having to pass an empty branch_name(e.g. "") as the second argument if you want to pass in the repo_dir as the third argument. In the previous configuration, we used positional arguments(gitpuller git_url branch_name repo_dir) this change uses keyword arguments: gitpuller git_url --branch_name [BRANCH_NAME] --repo_dir [REPO_DIR]
resolves #187
Awesome!
@consideRatio how do we document this breaking change? CHANGELOG?
1.0.0 release and changelog? :)
@consideRatio Agree on landing this for 1.0. But I think we should get #177 fixed before 1.0.
I can document in the changelog but what version are we bumping? 1.0 and wait on this PR for #177 or 0.11 and merge this piece?
I would love to see a fix to this master vs main in nbgitpuller