We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The user should be able to filter the results to only show paths that start with one of several specified elements
There should be a direct filter:
xt ./file.xsd element --filter elem-a,elem-b
There should also be a way to store predefined elements in a filter-list:
xt filter-list set set1 elem-a,elem-b xt filter-list remove set1
These lists should be stored in a configuration file in the current user's profile directory.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The user should be able to filter the results to only show paths that start with one of several specified elements
There should be a direct filter:
There should also be a way to store predefined elements in a filter-list:
These lists should be stored in a configuration file in the current user's profile directory.
The text was updated successfully, but these errors were encountered: