Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 519 Bytes

CHANGELOG.md

File metadata and controls

18 lines (11 loc) · 519 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Flag --exact/-e finds exact matches only if set. Examples:
    • xt ./file.xsd elem finds elem and parent/elem.
    • xt ./file.xsd elem --exact finds elem only.

Changed

  • Flag --limit 0 now shows all found results.