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

Errorfix(trycmd): Error, instead of ignore, unknown bins #148

Merged
merged 2 commits into from
Oct 6, 2022

Commits on Oct 6, 2022

  1. fix(trycmd): Error, instead of ignore, unknown bins

    This was originally written this way to be a low effort way to ignore,
    especially if you wanted a markdown block of code that interspersed
    different commands.
    
    In the general case, though, you can ignore the block and this makes it
    harder to root cause problems.
    
    Fixes assert-rs#105
    epage committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    bd69224 View commit details
    Browse the repository at this point in the history
  2. feat(trycmd): Ignore at the bin level

    This would allow a markdown code fence to interpserse supported and
    unsupported commands without having to put a `? skipped`
    epage committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    95ca380 View commit details
    Browse the repository at this point in the history