mirror of
https://github.com/kirill-markin/repo-to-text.git
synced 2025-12-06 03:22:23 -08:00
Add --skip-binary option to CLI and update save_repo_to_text to handle binary files
This commit is contained in:
parent
77209f30aa
commit
5c6a95ddfe
3 changed files with 21 additions and 7 deletions
|
|
@ -84,7 +84,8 @@ def test_main_normal_execution(mock_save_repo: MagicMock) -> None:
|
|||
path='.',
|
||||
output_dir=None,
|
||||
to_stdout=True,
|
||||
cli_ignore_patterns=None
|
||||
cli_ignore_patterns=None,
|
||||
skip_binary=False
|
||||
)
|
||||
|
||||
@patch('repo_to_text.cli.cli.create_default_settings_file')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue