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(whiskers): tidy up output formats, general clean up #235

Merged
merged 5 commits into from
May 29, 2024

Commits on May 29, 2024

  1. refactor: move list flags into own function

    this reduces the length of main, and could be a place in future to add more of this type of flag.
    backwardspy committed May 29, 2024
    Configuration menu
    Copy the full SHA
    14508d8 View commit details
    Browse the repository at this point in the history
  2. refactor: pass write_template filename by ref

    write_template does not consume the filename, so accepting &str is preferable to String.
    backwardspy committed May 29, 2024
    Configuration menu
    Copy the full SHA
    7d4af94 View commit details
    Browse the repository at this point in the history
  3. refactor: add a trait for markdown table display

    this is designed to allow more things to be displayed as tables than what we hardcoded before.
    
    as of this commit, the "markdown list" display is deprecated and hidden in the CLI. it still works, but just directs to the "markdown table" format.
    backwardspy committed May 29, 2024
    Configuration menu
    Copy the full SHA
    a3f8078 View commit details
    Browse the repository at this point in the history
  4. docs: backtick read_file in test doc comments

    suggestion from clippy that improves display in IDEs and renderered documentation.
    backwardspy committed May 29, 2024
    Configuration menu
    Copy the full SHA
    9d1bb66 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    32d222d View commit details
    Browse the repository at this point in the history