gitlink-cli/shortcuts/common
whale 1dfc38f196 feat: Wiki shortcuts 全面增强 - 9个命令支持页面和目录管理
- 页面操作: list, view, create(支持--dir), update, delete(两步清理Sidebar)
- 目录操作: mkdir(支持--parent建子目录), rmdir, renamedir
- 页面重命名: rename (获取内容→创建新页→删除旧页→更新Sidebar)
- Sidebar机制: 目录结构完全由_Sidebar页面控制
- delete采用两步操作: deleteWiki清空内容 + cleanSidebar移除链接
- 修复types.go合并后多余的errors import
2026-06-04 08:33:34 +08:00
..
runner.go feat(i18n): add CLI localization foundation 2026-06-01 17:33:10 +08:00
runner_test.go test: add comprehensive test coverage across all packages (88.5% → 90.3%) 2026-05-31 15:41:54 +08:00
testutil.go feat: add Wiki, PM kanban, Webhook shortcuts + Issue batch operations 2026-06-01 11:38:55 +08:00
types.go feat: Wiki shortcuts 全面增强 - 9个命令支持页面和目录管理 2026-06-04 08:33:34 +08:00
types_test.go test: add comprehensive test coverage across all packages (88.5% → 90.3%) 2026-05-31 15:41:54 +08:00