anthonyalmarza / chalk

Light-weight python package for terminal output in color
MIT License
67 stars 3 forks source link

Add new 'end' keyword #14

Closed mdcb closed 7 years ago

mdcb commented 7 years ago

New 'end' keyword to emulate the behavior of python3 print()

>>> chalk.blue('blue',end='');chalk.white('white',end='');chalk.red('red')
bluewhitered
codecov-io commented 7 years ago

Current coverage is 0.00% (diff: 0.00%)

Merging #14 into master will decrease coverage by 46.66%

@@             master   #14   diff @@
=====================================
  Files             4     4          
  Lines            90    89     -1   
  Methods           0     0          
  Messages          0     0          
  Branches         13    13          
=====================================
- Hits             42     0    -42   
- Misses           45    89    +44   
+ Partials          3     0     -3   

Powered by Codecov. Last update aca81e4...88afb69