Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

feat: support multiple filter flags for table #156

Merged
merged 1 commit into from
Aug 28, 2020

Conversation

MunifTanjim
Copy link
Contributor

@MunifTanjim MunifTanjim commented May 27, 2020

Basically completes the stale PR: #141

  • Fixed some mistakes
  • Added necessary tests

Example:
--filter=id=(123|321) --filter=-sid=321 will include all the columns where id in (123, 321) and sid != 321

@codecov
Copy link

codecov bot commented May 27, 2020

Codecov Report

Merging #156 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #156   +/-   ##
======================================
  Coverage    0.00%   0.00%           
======================================
  Files           9       9           
  Lines         165     165           
  Branches       38      38           
======================================
  Misses        165     165           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f092a27...45c7eb5. Read the comment docs.

@mimen
Copy link

mimen commented Aug 28, 2020

This PR was mistakenly merged. I reverted it and created a new PR at #234

oclif-bot added a commit that referenced this pull request Aug 28, 2020
# [5.5.0](v5.4.10...v5.5.0) (2020-08-28)

### Features

* support multiple filter flags for table ([#156](#156)) ([057c852](057c852))

### Reverts

* Revert "feat: support multiple filter flags for table (#156)" (#231) ([c008a42](c008a42)), closes [#156](#156) [#231](#231)
@oclif-bot
Copy link
Contributor

🎉 This PR is included in version 5.5.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants