Forrest logo
back to context overview

comby

List of commands for comby:

  • comby:tldr:04004 comby: Only perform matching and print matches.
    $ comby -match-only '${match_pattern}' ""
    try on your machine
    explain this command
  • comby:tldr:47ece comby: Match and rewrite in-place.
    $ comby -in-place '${match_pattern}' '${rewrite_pattern}'
    try on your machine
    explain this command
  • comby:tldr:f9810 comby: Match and rewrite templates, and print changes.
    $ comby '${assert_eq!(:[a], :[b])}' '${assert_eq!(:[b], :[a])}' ${-rs}
    try on your machine
    explain this command
back to context overview