Skip to content

Commit

Permalink
Merge branch 'main' into 1255-add-back-h-help-option-to-general-options
Browse files Browse the repository at this point in the history
  • Loading branch information
YamatoSecurity authored Feb 3, 2024
2 parents a74f01f + 8c2a859 commit ac06b1e
Show file tree
Hide file tree
Showing 4 changed files with 163 additions and 248 deletions.
1 change: 1 addition & 0 deletions CHANGELOG-Japanese.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- JSON入力でデータが配列内にある場合に解析できるようにした。 (#1248) (@hitenkoku)
- 古いターミナルでも正しく表示されるように、また読みやすくするために、``区切り文字を`·`区切り文字に変更した。(#1258) (@YamatoSecurity)
- General Optionsに`-h --help`オプションを追加した。 (#1255) (@hitenkoku)
- ルールをロードする必要のないコマンドを実行した場合、検出ルールのロードをスキップするようにした。 (#1263) (@hitenkoku)

**バグ修正:**

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- Added support for parsing JSON input when the data is inside an array. (#1248) (@hitenkoku)
- Changed the `` separator into a `·` separator to make it easier to read and render properly on older terminals. (#1258) (@YamatoSecurity)
- Added back `-h --help` option to General Options. (#1255) (@hitenkoku)
- Skiped loading detection rules when running to command which is no need to load rule. (#1263) (@hitenkoku)

**Bug Fixes:**

Expand Down
Loading

0 comments on commit ac06b1e

Please sign in to comment.