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

Adding support for lines/words matchers/filters #468

Merged
merged 2 commits into from
Jan 4, 2022

Conversation

Mzack9999
Copy link
Member

@Mzack9999 Mzack9999 commented Dec 31, 2021

Description

This PR adds support for lines/words count matcher/filters. The new flags are the following ones:

   -lc, -line-count      Display Response body line count
   -wc, -word-count      Display Response body word count
   
   -mlc, -match-line-count string  Match Response body line count
   -mwc, -match-word-count string  Match Response body word count
   
   -flc, -filter-line-count string  Filter Response body line count
   -fwc, -filter-word-count string  Filter Response body word count

@Mzack9999 Mzack9999 added the Type: Enhancement Most issues will probably ask for additions or changes. label Dec 31, 2021
@Mzack9999 Mzack9999 self-assigned this Dec 31, 2021
@ehsandeep ehsandeep merged commit 8d2860c into dev Jan 4, 2022
@ehsandeep ehsandeep deleted the issue-453-lines-count-matchers-and-filters branch January 4, 2022 06:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Most issues will probably ask for additions or changes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New feature to display / filter / match against line count of the response "body"
3 participants