Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cli/
│ ├── config.go — `cix config show/set/unset/path` (+ multi-server keys)
│ ├── config_keys.go — `cix config keys` (schema-driven key listing)
│ ├── config_edit.go — `cix config edit` / `cix config init` (huh-driven TUI)
│ ├── workspace.go — `cix workspace …` (cross-repo, name-first)
│ ├── workspace.go — `cix workspace …` (cross-repo search + create/add/remove/rename/delete, name-first)
│ └── version.go — `cix version`
├── internal/
│ ├── client/ — HTTP client to cix-server
Expand Down
Loading
Loading