mirror of
https://github.com/openai/codex.git
synced 2026-05-18 18:22:39 +00:00
27 lines
585 B
JSON
Generated
27 lines
585 B
JSON
Generated
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"description": "Remove a managed worktree in the repository containing \\`cwd\\`.",
|
|
"properties": {
|
|
"cwd": {
|
|
"description": "Repository-relative workspace cwd to use when resolving \\`name_or_path\\`.",
|
|
"type": [
|
|
"string",
|
|
"null"
|
|
]
|
|
},
|
|
"deleteBranch": {
|
|
"type": "boolean"
|
|
},
|
|
"force": {
|
|
"type": "boolean"
|
|
},
|
|
"nameOrPath": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"nameOrPath"
|
|
],
|
|
"title": "WorktreeRemoveParams",
|
|
"type": "object"
|
|
} |