Skip to content

Commit 6ef39d9

Browse files
docs
1 parent 58c3cfb commit 6ef39d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/gitingest/cli.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,17 +78,17 @@ def main(**cli_kwargs: Unpack[_CLIArgs]) -> None:
7878
Examples
7979
--------
8080
Basic usage:
81-
$ gitingest .
81+
$ gitingest
8282
$ gitingest /path/to/repo
8383
$ gitingest https://github.com/user/repo
8484
8585
Output to stdout:
86-
$ gitingest . -o -
86+
$ gitingest -o -
8787
$ gitingest https://github.com/user/repo --output -
8888
8989
With filtering:
90-
$ gitingest . -i "*.py" -e "*.log"
91-
$ gitingest . --include-pattern "*.js" --exclude-pattern "node_modules/*"
90+
$ gitingest -i "*.py" -e "*.log"
91+
$ gitingest --include-pattern "*.js" --exclude-pattern "node_modules/*"
9292
9393
Private repositories:
9494
$ gitingest https://github.com/user/private-repo -t ghp_token

0 commit comments

Comments
 (0)