srgn 0.14.2

A grep-like tool which understands source code syntax and allows for manipulation in addition to search
Documentation
---
source: tests/cli.rs
expression: "CommandSnap {\n    args,\n    stdin: None,\n    stdout: stdout.split_inclusive('\\n').map(ToOwned::to_owned).collect_vec(),\n    exit_code,\n}"
info:
  stderr:
    - "error: Can only use one language at a time."
    - ""
    - "Usage: srgn [OPTIONS] [SCOPE] [REPLACEMENT]"
    - ""
    - "For more information, try '--help'."
---
args:
  - "--python"
  - strings
  - "--go"
  - strings
stdin: ~
stdout: []
exit_code: 2