Skip to content

v0.2.1

Choose a tag to compare

@hczs hczs released this 28 May 03:18
· 61 commits to master since this release
dcf17e8

Bug Fixes

  • fix(list): 修复空行解析 bug — Host 块内空行不再导致解析失败(标准 ssh config 允许块内空行)
  • fix(list): 不支持的配置项改为静默忽略 — 用户 config 含 ForwardAgentProxyJump 等常见选项不再报错
  • fix(list): HasIncludeDirective 错误时输出 warning — 不再静默吞掉错误

新增测试

  • TestParse_emptyLineInsideHostBlock — 验证块内空行解析
  • Test_maybeWarnInclude_warnsOnError — 验证错误 warning 输出