We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9039e0d commit 04d3d36Copy full SHA for 04d3d36
src/git_sim/init.py
@@ -22,6 +22,9 @@ def __init__(self):
22
super().__init__()
23
self.cmd += f"{type(self).__name__.lower()}"
24
25
+ def init_repo(self):
26
+ pass
27
+
28
def construct(self):
29
if not settings.stdout and not settings.output_only_path and not settings.quiet:
30
print(f"{settings.INFO_STRING} {self.cmd}")
0 commit comments