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

feat: number formatted printing #591

Merged
merged 3 commits into from
Jul 21, 2020

Commits on Jul 17, 2020

  1. feat: number formatted printing

    Adds commandline argument to print numbers with commas, plain, or dots.
    For example, dots would result in 1.324.
    NickHackman committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    7a4a677 View commit details
    Browse the repository at this point in the history
  2. Added num-format option underscores

    Allows printing numbers with `_`s. For example, 1_234
    NickHackman committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    184cd84 View commit details
    Browse the repository at this point in the history
  3. Export find_char_boundary hidden

    Used in cli_utils for printing report totals with number formats.
    NickHackman committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    cfffea0 View commit details
    Browse the repository at this point in the history