Francis Murillo
Francis Murillo
As part of the PR, I have to run the `rustfmt`. Running `cargo fmt`, it keeps giving me an error: ```shell > cargo fmt -p seq Could not parse TOML:...
@GrayJack I'm at a crossroad. Currently looking at implementing `--format` and `--equal-width` which is simply the `printf` functionality. My initial tactic was to use parse the `printf` format and convert...
So I should parse the `printf` format and implement the display myself? Should be fun. Using this as a reference for the [format](http://www.cplusplus.com/reference/cstdio/printf/)
Sorry I did not understand, what do you mean by "copy&paste plus additions"?