mk-fg / pretty-yaml

PyYAML-based module to produce a bit more pretty and readable YAML-serialized data
Do What The F*ck You Want To Public License
135 stars 29 forks source link

allow line width to be passed in throguh cli #23

Closed dschaller closed 7 years ago

dschaller commented 7 years ago

Allow for line width to be passed through via CLI

> python -m pyaml -w 100 foobar.yaml
dschaller commented 7 years ago

@mk-fg can you take a look?

mk-fg commented 7 years ago

Thanks!

@mk-fg can you take a look?

What's with the nagging, it's only been 6h and I did sleep through all of them anyway :)

dschaller commented 7 years ago

heh thanks for merging! I just wanted to use this fix in a different project :)

mk-fg commented 7 years ago

Should be on pypi as 17.7.2, along with b378237.

dschaller commented 7 years ago

Awesome! Thanks again :D