ryukinix / mal

MAL: A MyAnimeList Command Line Interface [BROKEN: BLAME MyAnimeList]
https://mal.readthedocs.io
Other
109 stars 9 forks source link

Create option on config file to disable animation globally #77

Closed ryukinix closed 6 years ago

ryukinix commented 6 years ago

Sample config:

(env) ❯ mal config 
File on: /home/lerax/.config/mal/myanimelist.ini
[config] 
date_format = %d-%m-%Y 
animation = False

The default for this is animation = True.

7a049b1 (Manoel Vilela, 85 seconds ago) Upgrade decorating requirement version: v0.5.2 -> v0.6.1

Closes: #66

codecov-io commented 6 years ago

Codecov Report

Merging #77 into master will decrease coverage by 0.89%. The diff coverage is 33.33%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master     #77     +/-   ##
========================================
- Coverage   84.59%   83.7%   -0.9%     
========================================
  Files           8       8             
  Lines         357     362      +5     
========================================
+ Hits          302     303      +1     
- Misses         55      59      +4
Impacted Files Coverage Δ
mal/setup.py 45.45% <33.33%> (-4.55%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e142c22...7d6c888. Read the comment docs.

ryukinix commented 6 years ago

NOTE: after this the default behavior is still use the animation with decorating! This only create a option to disable if the user wish as #66 is covered by a special use-case on Windows operating system.