Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for configuration file #168

Merged
merged 8 commits into from
Mar 2, 2023
Merged

Add support for configuration file #168

merged 8 commits into from
Mar 2, 2023

Conversation

alexpdev
Copy link
Owner

@alexpdev alexpdev commented Mar 2, 2023

  • Added support for loading create options from configuration file.
  • deprecated interactive mode
  • improved unit tests
  • improved documentation

@alexpdev alexpdev added the enhancement New feature or request label Mar 2, 2023
@alexpdev alexpdev added this to the 0.8.8 milestone Mar 2, 2023
@alexpdev alexpdev self-assigned this Mar 2, 2023
@alexpdev alexpdev linked an issue Mar 2, 2023 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Mar 2, 2023

Codecov Report

Merging #168 (87c2470) into master (3c68f42) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #168   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           22        22           
  Lines         2820      2903   +83     
=========================================
+ Hits          2820      2903   +83     
Impacted Files Coverage Δ
torrentfile/recheck.py 100.00% <ø> (ø)
tests/test_cli.py 100.00% <100.00%> (ø)
tests/test_commands.py 100.00% <100.00%> (ø)
tests/test_interactive.py 100.00% <100.00%> (ø)
torrentfile/cli.py 100.00% <100.00%> (ø)
torrentfile/commands.py 100.00% <100.00%> (ø)
torrentfile/rebuild.py 100.00% <100.00%> (ø)
torrentfile/version.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@alexpdev alexpdev merged commit d3b1017 into master Mar 2, 2023
@alexpdev alexpdev deleted the dev branch March 2, 2023 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add configuration file feature
1 participant