There was an error while loading. Please reload this page.
1 parent a39c06d commit 69f8c1fCopy full SHA for 69f8c1f
1 file changed
src/g/__init__.py
@@ -54,7 +54,8 @@ def create_parser() -> argparse.ArgumentParser:
54
"""
55
parser = argparse.ArgumentParser(
56
prog="g",
57
- description="CLI alias for your current directory's VCS command (git, svn, hg).",
+ description="CLI alias for your current directory's VCS command "
58
+ "(git, svn, hg).",
59
epilog="All arguments are passed directly to the detected VCS.",
60
formatter_class=argparse.RawDescriptionHelpFormatter,
61
)
0 commit comments