We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6a3abe commit e36a3e5Copy full SHA for e36a3e5
CHANGELOG.md
@@ -31,6 +31,13 @@ All notable changes to this project will be documented in this file.
31
* `A:B` patterns match only standard communities
32
* `A:B:C` patterns match only large communities
33
* Example: `1299:*` does not match `1403:1299`
34
+* Added CLI compatibility aliases for time filters in `monocle parse` and `monocle search`
35
+ * `--ts-start` is now accepted as an alias for `--start-ts`
36
+ * `--ts-end` is now accepted as an alias for `--end-ts`
37
+
38
+### Code Improvements
39
40
+* Updated README command help examples to match current CLI help output from the release binary
41
42
## v1.1.0 - 2025-02-10
43
0 commit comments