We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37bafbb commit 91cac4fCopy full SHA for 91cac4f
git_commits_graph/main.py
@@ -11,6 +11,7 @@
11
from git_commits_graph.plotters import plot_total_lines_px
12
from tqdm.auto import tqdm
13
14
+
15
@click.command()
16
@click.argument("git_dir", required=True)
17
@click.option("-b", "--branch", default=None, help="git repository branch to browse.")
0 commit comments