publishport-opencli 1.0.12 → 1.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli-manifest.json +1083 -181
- package/clis/antigravity/send.js +1 -1
- package/clis/bilibili/comment.js +1 -1
- package/clis/bilibili/dm-send.js +1 -1
- package/clis/bilibili/dynamic-post.js +1 -1
- package/clis/bilibili/upload.js +1 -1
- package/clis/bluesky/post.js +1 -1
- package/clis/boss/batchgreet.js +1 -1
- package/clis/boss/greet.js +1 -1
- package/clis/boss/send.js +1 -1
- package/clis/chatgpt/ask.js +1 -1
- package/clis/chatgpt/image.js +1 -1
- package/clis/chatgpt/send.js +1 -1
- package/clis/chatgpt-app/ask.js +1 -1
- package/clis/chatgpt-app/send.js +1 -1
- package/clis/chatwise/ask.js +1 -1
- package/clis/chatwise/send.js +1 -1
- package/clis/claude/ask.js +1 -1
- package/clis/claude/send.js +1 -1
- package/clis/codex/ask.js +1 -1
- package/clis/codex/send.js +1 -1
- package/clis/cursor/ask.js +1 -1
- package/clis/cursor/composer.js +1 -1
- package/clis/cursor/send.js +1 -1
- package/clis/deepseek/ask.js +1 -1
- package/clis/deepseek/send.js +1 -1
- package/clis/discord-web/send.js +1 -1
- package/clis/doubao/ask.js +1 -1
- package/clis/doubao-app/ask.js +1 -1
- package/clis/doubao-app/send.js +1 -1
- package/clis/douyin/draft.js +1 -1
- package/clis/douyin/publish.js +1 -1
- package/clis/douyin/update.js +1 -1
- package/clis/facebook/comment.js +1 -1
- package/clis/facebook/post.js +1 -1
- package/clis/gemini/ask.js +1 -1
- package/clis/gemini/deep-research.js +1 -1
- package/clis/gemini/image.js +2 -2
- package/clis/grok/ask.js +1 -1
- package/clis/grok/image.js +1 -1
- package/clis/grok/send.js +1 -1
- package/clis/hackernews/comment.js +1 -1
- package/clis/hackernews/submit.js +1 -1
- package/clis/instagram/comment.js +1 -1
- package/clis/instagram/note.js +1 -1
- package/clis/instagram/post.js +1 -1
- package/clis/instagram/reel.js +1 -1
- package/clis/jike/comment.js +1 -1
- package/clis/jike/create.js +1 -1
- package/clis/jike/repost.js +1 -1
- package/clis/jimeng/generate.js +1 -1
- package/clis/kimi/chat.js +1 -1
- package/clis/kuaishou/publish.js +1 -1
- package/clis/linkedin/comment.js +1 -1
- package/clis/linkedin/create.js +1 -1
- package/clis/linkedin/reply.js +1 -1
- package/clis/linkedin/repost.js +1 -1
- package/clis/linkedin/safe-send.js +1 -1
- package/clis/linkedin/salesnav-message.js +2 -2
- package/clis/note/publish.js +1 -1
- package/clis/notebooklm/add-source.js +1 -1
- package/clis/notebooklm/write-note.js +1 -1
- package/clis/nowcoder/comment.js +1 -1
- package/clis/nowcoder/dm-send.js +1 -1
- package/clis/nowcoder/post.js +1 -1
- package/clis/pinterest/publish.js +1 -1
- package/clis/qoder/quest.js +1 -1
- package/clis/quora/comment.js +1 -1
- package/clis/qwen/ask.js +1 -1
- package/clis/qwen/image.js +1 -1
- package/clis/qwen/send.js +1 -1
- package/clis/reddit/comment.js +1 -1
- package/clis/reddit/reply.js +1 -1
- package/clis/reddit/submit.js +1 -1
- package/clis/slock/message-send.js +1 -1
- package/clis/substack/publish.js +1 -1
- package/clis/suno/generate.js +1 -1
- package/clis/telegram/send.js +1 -1
- package/clis/threads/post.js +1 -1
- package/clis/tiktok/comment.js +1 -1
- package/clis/trae-cn/ask.js +1 -1
- package/clis/trae-cn/new.js +1 -1
- package/clis/twitter/dm-send.js +1 -1
- package/clis/twitter/post.js +1 -1
- package/clis/twitter/quote.js +1 -1
- package/clis/twitter/reply-dm.js +1 -1
- package/clis/twitter/schedule.js +1 -1
- package/clis/vk/post.js +1 -1
- package/clis/wechat-channels/publish.js +1 -1
- package/clis/weixin/create-draft.js +1 -1
- package/clis/xianyu/chat.js +1 -1
- package/clis/xianyu/manage.js +1 -1
- package/clis/xianyu/order.js +1 -1
- package/clis/xianyu/publish.js +1 -1
- package/clis/xianyu/reply.js +1 -1
- package/clis/yollomi/background.js +1 -1
- package/clis/yollomi/edit.js +1 -1
- package/clis/yollomi/generate.js +1 -1
- package/clis/yollomi/video.js +1 -1
- package/clis/youtube/publish.js +1 -1
- package/clis/yuanbao/ask.js +1 -1
- package/clis/yuanbao/send.js +1 -1
- package/dist/src/build-manifest.js +3 -3
- package/dist/src/cli-argv-preprocess.d.ts +1 -0
- package/dist/src/cli-argv-preprocess.js +1 -1
- package/dist/src/execution.d.ts +8 -0
- package/dist/src/execution.js +2 -2
- package/dist/src/manifest-types.d.ts +8 -0
- package/dist/src/registry.d.ts +21 -0
- package/dist/src/registry.js +1 -1
- package/dist/src/serialization.js +2 -2
- package/package.json +1 -1
package/cli-manifest.json
CHANGED
|
@@ -2151,9 +2151,18 @@
|
|
|
2151
2151
|
{
|
|
2152
2152
|
"name": "message",
|
|
2153
2153
|
"type": "str",
|
|
2154
|
-
"required":
|
|
2154
|
+
"required": false,
|
|
2155
2155
|
"positional": true,
|
|
2156
|
-
"help": "The message text to send"
|
|
2156
|
+
"help": "The message text to send",
|
|
2157
|
+
"fromFile": true,
|
|
2158
|
+
"requiredUnlessFile": true
|
|
2159
|
+
},
|
|
2160
|
+
{
|
|
2161
|
+
"name": "file",
|
|
2162
|
+
"type": "str",
|
|
2163
|
+
"required": false,
|
|
2164
|
+
"help": "从本机文件读取message(UTF-8),与 <message> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
2165
|
+
"generatedFileFor": "message"
|
|
2157
2166
|
}
|
|
2158
2167
|
],
|
|
2159
2168
|
"columns": [
|
|
@@ -3929,9 +3938,11 @@
|
|
|
3929
3938
|
{
|
|
3930
3939
|
"name": "message",
|
|
3931
3940
|
"type": "str",
|
|
3932
|
-
"required":
|
|
3941
|
+
"required": false,
|
|
3933
3942
|
"positional": true,
|
|
3934
|
-
"help": "Comment text. Any @username in it is resolved to a real mention"
|
|
3943
|
+
"help": "Comment text. Any @username in it is resolved to a real mention",
|
|
3944
|
+
"fromFile": true,
|
|
3945
|
+
"requiredUnlessFile": true
|
|
3935
3946
|
},
|
|
3936
3947
|
{
|
|
3937
3948
|
"name": "parent",
|
|
@@ -3944,6 +3955,13 @@
|
|
|
3944
3955
|
"type": "boolean",
|
|
3945
3956
|
"required": false,
|
|
3946
3957
|
"help": "Actually post the comment. Without it the command refuses to write."
|
|
3958
|
+
},
|
|
3959
|
+
{
|
|
3960
|
+
"name": "file",
|
|
3961
|
+
"type": "str",
|
|
3962
|
+
"required": false,
|
|
3963
|
+
"help": "从本机文件读取message(UTF-8),与 <message> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
3964
|
+
"generatedFileFor": "message"
|
|
3947
3965
|
}
|
|
3948
3966
|
],
|
|
3949
3967
|
"columns": [
|
|
@@ -4167,15 +4185,24 @@
|
|
|
4167
4185
|
{
|
|
4168
4186
|
"name": "message",
|
|
4169
4187
|
"type": "str",
|
|
4170
|
-
"required":
|
|
4188
|
+
"required": false,
|
|
4171
4189
|
"positional": true,
|
|
4172
|
-
"help": "私信内容(纯文本)"
|
|
4190
|
+
"help": "私信内容(纯文本)",
|
|
4191
|
+
"fromFile": true,
|
|
4192
|
+
"requiredUnlessFile": true
|
|
4173
4193
|
},
|
|
4174
4194
|
{
|
|
4175
4195
|
"name": "execute",
|
|
4176
4196
|
"type": "boolean",
|
|
4177
4197
|
"required": false,
|
|
4178
4198
|
"help": "Actually send the message. Without it the command refuses to write."
|
|
4199
|
+
},
|
|
4200
|
+
{
|
|
4201
|
+
"name": "file",
|
|
4202
|
+
"type": "str",
|
|
4203
|
+
"required": false,
|
|
4204
|
+
"help": "从本机文件读取message(UTF-8),与 <message> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
4205
|
+
"generatedFileFor": "message"
|
|
4179
4206
|
}
|
|
4180
4207
|
],
|
|
4181
4208
|
"columns": [
|
|
@@ -4326,15 +4353,24 @@
|
|
|
4326
4353
|
{
|
|
4327
4354
|
"name": "text",
|
|
4328
4355
|
"type": "str",
|
|
4329
|
-
"required":
|
|
4356
|
+
"required": false,
|
|
4330
4357
|
"positional": true,
|
|
4331
|
-
"help": "Dynamic text content"
|
|
4358
|
+
"help": "Dynamic text content",
|
|
4359
|
+
"fromFile": true,
|
|
4360
|
+
"requiredUnlessFile": true
|
|
4332
4361
|
},
|
|
4333
4362
|
{
|
|
4334
4363
|
"name": "execute",
|
|
4335
4364
|
"type": "boolean",
|
|
4336
4365
|
"required": false,
|
|
4337
4366
|
"help": "Actually publish. Without it the command refuses to write."
|
|
4367
|
+
},
|
|
4368
|
+
{
|
|
4369
|
+
"name": "file",
|
|
4370
|
+
"type": "str",
|
|
4371
|
+
"required": false,
|
|
4372
|
+
"help": "从本机文件读取text(UTF-8),与 <text> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
4373
|
+
"generatedFileFor": "text"
|
|
4338
4374
|
}
|
|
4339
4375
|
],
|
|
4340
4376
|
"columns": [
|
|
@@ -5032,7 +5068,8 @@
|
|
|
5032
5068
|
"name": "desc",
|
|
5033
5069
|
"type": "str",
|
|
5034
5070
|
"required": false,
|
|
5035
|
-
"help": "简介"
|
|
5071
|
+
"help": "简介",
|
|
5072
|
+
"fromFile": "desc-file"
|
|
5036
5073
|
},
|
|
5037
5074
|
{
|
|
5038
5075
|
"name": "topic",
|
|
@@ -5099,6 +5136,13 @@
|
|
|
5099
5136
|
"type": "boolean",
|
|
5100
5137
|
"required": false,
|
|
5101
5138
|
"help": "真正发布投稿;不带(也不带 --draft)则只做 dry-run 校验"
|
|
5139
|
+
},
|
|
5140
|
+
{
|
|
5141
|
+
"name": "desc-file",
|
|
5142
|
+
"type": "str",
|
|
5143
|
+
"required": false,
|
|
5144
|
+
"help": "从本机文件读取desc(UTF-8),与 --desc 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
5145
|
+
"generatedFileFor": "desc"
|
|
5102
5146
|
}
|
|
5103
5147
|
],
|
|
5104
5148
|
"columns": [
|
|
@@ -5942,9 +5986,11 @@
|
|
|
5942
5986
|
{
|
|
5943
5987
|
"name": "text",
|
|
5944
5988
|
"type": "string",
|
|
5945
|
-
"required":
|
|
5989
|
+
"required": false,
|
|
5946
5990
|
"positional": true,
|
|
5947
|
-
"help": "帖子正文(≤300 graphemes)"
|
|
5991
|
+
"help": "帖子正文(≤300 graphemes)",
|
|
5992
|
+
"fromFile": true,
|
|
5993
|
+
"requiredUnlessFile": true
|
|
5948
5994
|
},
|
|
5949
5995
|
{
|
|
5950
5996
|
"name": "images",
|
|
@@ -5963,6 +6009,13 @@
|
|
|
5963
6009
|
"type": "string",
|
|
5964
6010
|
"required": false,
|
|
5965
6011
|
"help": "语言标签,逗号分隔(如 zh,en);不传则不标注语言"
|
|
6012
|
+
},
|
|
6013
|
+
{
|
|
6014
|
+
"name": "file",
|
|
6015
|
+
"type": "str",
|
|
6016
|
+
"required": false,
|
|
6017
|
+
"help": "从本机文件读取text(UTF-8),与 <text> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
6018
|
+
"generatedFileFor": "text"
|
|
5966
6019
|
}
|
|
5967
6020
|
],
|
|
5968
6021
|
"columns": [
|
|
@@ -6120,7 +6173,15 @@
|
|
|
6120
6173
|
"type": "str",
|
|
6121
6174
|
"default": "",
|
|
6122
6175
|
"required": false,
|
|
6123
|
-
"help": "Custom greeting message (uses default if empty)"
|
|
6176
|
+
"help": "Custom greeting message (uses default if empty)",
|
|
6177
|
+
"fromFile": true
|
|
6178
|
+
},
|
|
6179
|
+
{
|
|
6180
|
+
"name": "file",
|
|
6181
|
+
"type": "str",
|
|
6182
|
+
"required": false,
|
|
6183
|
+
"help": "从本机文件读取text(UTF-8),与 --text 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
6184
|
+
"generatedFileFor": "text"
|
|
6124
6185
|
}
|
|
6125
6186
|
],
|
|
6126
6187
|
"columns": [
|
|
@@ -6350,7 +6411,15 @@
|
|
|
6350
6411
|
"type": "str",
|
|
6351
6412
|
"default": "",
|
|
6352
6413
|
"required": false,
|
|
6353
|
-
"help": "Custom greeting message (uses default template if empty)"
|
|
6414
|
+
"help": "Custom greeting message (uses default template if empty)",
|
|
6415
|
+
"fromFile": true
|
|
6416
|
+
},
|
|
6417
|
+
{
|
|
6418
|
+
"name": "file",
|
|
6419
|
+
"type": "str",
|
|
6420
|
+
"required": false,
|
|
6421
|
+
"help": "从本机文件读取text(UTF-8),与 --text 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
6422
|
+
"generatedFileFor": "text"
|
|
6354
6423
|
}
|
|
6355
6424
|
],
|
|
6356
6425
|
"columns": [
|
|
@@ -6673,9 +6742,18 @@
|
|
|
6673
6742
|
{
|
|
6674
6743
|
"name": "text",
|
|
6675
6744
|
"type": "str",
|
|
6676
|
-
"required":
|
|
6745
|
+
"required": false,
|
|
6677
6746
|
"positional": true,
|
|
6678
|
-
"help": "Message text to send"
|
|
6747
|
+
"help": "Message text to send",
|
|
6748
|
+
"fromFile": true,
|
|
6749
|
+
"requiredUnlessFile": true
|
|
6750
|
+
},
|
|
6751
|
+
{
|
|
6752
|
+
"name": "file",
|
|
6753
|
+
"type": "str",
|
|
6754
|
+
"required": false,
|
|
6755
|
+
"help": "从本机文件读取text(UTF-8),与 <text> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
6756
|
+
"generatedFileFor": "text"
|
|
6679
6757
|
}
|
|
6680
6758
|
],
|
|
6681
6759
|
"columns": [
|
|
@@ -6955,9 +7033,11 @@
|
|
|
6955
7033
|
{
|
|
6956
7034
|
"name": "prompt",
|
|
6957
7035
|
"type": "str",
|
|
6958
|
-
"required":
|
|
7036
|
+
"required": false,
|
|
6959
7037
|
"positional": true,
|
|
6960
|
-
"help": "Prompt to send"
|
|
7038
|
+
"help": "Prompt to send",
|
|
7039
|
+
"fromFile": true,
|
|
7040
|
+
"requiredUnlessFile": true
|
|
6961
7041
|
},
|
|
6962
7042
|
{
|
|
6963
7043
|
"name": "timeout",
|
|
@@ -7007,6 +7087,13 @@
|
|
|
7007
7087
|
"default": false,
|
|
7008
7088
|
"required": false,
|
|
7009
7089
|
"help": "Enable ChatGPT 网页搜索 (Web Search)"
|
|
7090
|
+
},
|
|
7091
|
+
{
|
|
7092
|
+
"name": "file",
|
|
7093
|
+
"type": "str",
|
|
7094
|
+
"required": false,
|
|
7095
|
+
"help": "从本机文件读取prompt(UTF-8),与 <prompt> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
7096
|
+
"generatedFileFor": "prompt"
|
|
7010
7097
|
}
|
|
7011
7098
|
],
|
|
7012
7099
|
"columns": [
|
|
@@ -7120,9 +7207,11 @@
|
|
|
7120
7207
|
{
|
|
7121
7208
|
"name": "prompt",
|
|
7122
7209
|
"type": "str",
|
|
7123
|
-
"required":
|
|
7210
|
+
"required": false,
|
|
7124
7211
|
"positional": true,
|
|
7125
|
-
"help": "Image prompt to send to ChatGPT"
|
|
7212
|
+
"help": "Image prompt to send to ChatGPT",
|
|
7213
|
+
"fromFile": true,
|
|
7214
|
+
"requiredUnlessFile": true
|
|
7126
7215
|
},
|
|
7127
7216
|
{
|
|
7128
7217
|
"name": "image",
|
|
@@ -7156,6 +7245,13 @@
|
|
|
7156
7245
|
"default": 240,
|
|
7157
7246
|
"required": false,
|
|
7158
7247
|
"help": "Max seconds for the overall command (default: 240)"
|
|
7248
|
+
},
|
|
7249
|
+
{
|
|
7250
|
+
"name": "file",
|
|
7251
|
+
"type": "str",
|
|
7252
|
+
"required": false,
|
|
7253
|
+
"help": "从本机文件读取prompt(UTF-8),与 <prompt> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
7254
|
+
"generatedFileFor": "prompt"
|
|
7159
7255
|
}
|
|
7160
7256
|
],
|
|
7161
7257
|
"columns": [
|
|
@@ -7371,9 +7467,11 @@
|
|
|
7371
7467
|
{
|
|
7372
7468
|
"name": "prompt",
|
|
7373
7469
|
"type": "str",
|
|
7374
|
-
"required":
|
|
7470
|
+
"required": false,
|
|
7375
7471
|
"positional": true,
|
|
7376
|
-
"help": "Prompt to send"
|
|
7472
|
+
"help": "Prompt to send",
|
|
7473
|
+
"fromFile": true,
|
|
7474
|
+
"requiredUnlessFile": true
|
|
7377
7475
|
},
|
|
7378
7476
|
{
|
|
7379
7477
|
"name": "new",
|
|
@@ -7395,6 +7493,13 @@
|
|
|
7395
7493
|
"required": false,
|
|
7396
7494
|
"valueRequired": true,
|
|
7397
7495
|
"help": "Start a new chat inside a ChatGPT project ID or /g/g-p-<id> URL"
|
|
7496
|
+
},
|
|
7497
|
+
{
|
|
7498
|
+
"name": "file",
|
|
7499
|
+
"type": "str",
|
|
7500
|
+
"required": false,
|
|
7501
|
+
"help": "从本机文件读取prompt(UTF-8),与 <prompt> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
7502
|
+
"generatedFileFor": "prompt"
|
|
7398
7503
|
}
|
|
7399
7504
|
],
|
|
7400
7505
|
"columns": [
|
|
@@ -7460,9 +7565,11 @@
|
|
|
7460
7565
|
{
|
|
7461
7566
|
"name": "text",
|
|
7462
7567
|
"type": "str",
|
|
7463
|
-
"required":
|
|
7568
|
+
"required": false,
|
|
7464
7569
|
"positional": true,
|
|
7465
|
-
"help": "Prompt to send"
|
|
7570
|
+
"help": "Prompt to send",
|
|
7571
|
+
"fromFile": true,
|
|
7572
|
+
"requiredUnlessFile": true
|
|
7466
7573
|
},
|
|
7467
7574
|
{
|
|
7468
7575
|
"name": "model",
|
|
@@ -7489,6 +7596,13 @@
|
|
|
7489
7596
|
"type": "str",
|
|
7490
7597
|
"required": false,
|
|
7491
7598
|
"help": "Path to local image to attach (optional)"
|
|
7599
|
+
},
|
|
7600
|
+
{
|
|
7601
|
+
"name": "file",
|
|
7602
|
+
"type": "str",
|
|
7603
|
+
"required": false,
|
|
7604
|
+
"help": "从本机文件读取text(UTF-8),与 <text> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
7605
|
+
"generatedFileFor": "text"
|
|
7492
7606
|
}
|
|
7493
7607
|
],
|
|
7494
7608
|
"columns": [
|
|
@@ -7584,9 +7698,11 @@
|
|
|
7584
7698
|
{
|
|
7585
7699
|
"name": "text",
|
|
7586
7700
|
"type": "str",
|
|
7587
|
-
"required":
|
|
7701
|
+
"required": false,
|
|
7588
7702
|
"positional": true,
|
|
7589
|
-
"help": "Message to send"
|
|
7703
|
+
"help": "Message to send",
|
|
7704
|
+
"fromFile": true,
|
|
7705
|
+
"requiredUnlessFile": true
|
|
7590
7706
|
},
|
|
7591
7707
|
{
|
|
7592
7708
|
"name": "model",
|
|
@@ -7600,6 +7716,13 @@
|
|
|
7600
7716
|
"5.2-instant",
|
|
7601
7717
|
"5.2-thinking"
|
|
7602
7718
|
]
|
|
7719
|
+
},
|
|
7720
|
+
{
|
|
7721
|
+
"name": "file",
|
|
7722
|
+
"type": "str",
|
|
7723
|
+
"required": false,
|
|
7724
|
+
"help": "从本机文件读取text(UTF-8),与 <text> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
7725
|
+
"generatedFileFor": "text"
|
|
7603
7726
|
}
|
|
7604
7727
|
],
|
|
7605
7728
|
"columns": [
|
|
@@ -7637,9 +7760,11 @@
|
|
|
7637
7760
|
{
|
|
7638
7761
|
"name": "text",
|
|
7639
7762
|
"type": "str",
|
|
7640
|
-
"required":
|
|
7763
|
+
"required": false,
|
|
7641
7764
|
"positional": true,
|
|
7642
|
-
"help": "Prompt to send"
|
|
7765
|
+
"help": "Prompt to send",
|
|
7766
|
+
"fromFile": true,
|
|
7767
|
+
"requiredUnlessFile": true
|
|
7643
7768
|
},
|
|
7644
7769
|
{
|
|
7645
7770
|
"name": "timeout",
|
|
@@ -7647,6 +7772,13 @@
|
|
|
7647
7772
|
"default": 30,
|
|
7648
7773
|
"required": false,
|
|
7649
7774
|
"help": "Max seconds to wait (default: 30)"
|
|
7775
|
+
},
|
|
7776
|
+
{
|
|
7777
|
+
"name": "file",
|
|
7778
|
+
"type": "str",
|
|
7779
|
+
"required": false,
|
|
7780
|
+
"help": "从本机文件读取text(UTF-8),与 <text> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
7781
|
+
"generatedFileFor": "text"
|
|
7650
7782
|
}
|
|
7651
7783
|
],
|
|
7652
7784
|
"columns": [
|
|
@@ -7799,9 +7931,18 @@
|
|
|
7799
7931
|
{
|
|
7800
7932
|
"name": "text",
|
|
7801
7933
|
"type": "str",
|
|
7802
|
-
"required":
|
|
7934
|
+
"required": false,
|
|
7803
7935
|
"positional": true,
|
|
7804
|
-
"help": "Message to send"
|
|
7936
|
+
"help": "Message to send",
|
|
7937
|
+
"fromFile": true,
|
|
7938
|
+
"requiredUnlessFile": true
|
|
7939
|
+
},
|
|
7940
|
+
{
|
|
7941
|
+
"name": "file",
|
|
7942
|
+
"type": "str",
|
|
7943
|
+
"required": false,
|
|
7944
|
+
"help": "从本机文件读取text(UTF-8),与 <text> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
7945
|
+
"generatedFileFor": "text"
|
|
7805
7946
|
}
|
|
7806
7947
|
],
|
|
7807
7948
|
"columns": [
|
|
@@ -7981,9 +8122,11 @@
|
|
|
7981
8122
|
{
|
|
7982
8123
|
"name": "prompt",
|
|
7983
8124
|
"type": "str",
|
|
7984
|
-
"required":
|
|
8125
|
+
"required": false,
|
|
7985
8126
|
"positional": true,
|
|
7986
|
-
"help": "Prompt to send"
|
|
8127
|
+
"help": "Prompt to send",
|
|
8128
|
+
"fromFile": "prompt-file",
|
|
8129
|
+
"requiredUnlessFile": true
|
|
7987
8130
|
},
|
|
7988
8131
|
{
|
|
7989
8132
|
"name": "timeout",
|
|
@@ -8023,6 +8166,13 @@
|
|
|
8023
8166
|
"type": "str",
|
|
8024
8167
|
"required": false,
|
|
8025
8168
|
"help": "Attach a file (image, PDF, text) with the prompt"
|
|
8169
|
+
},
|
|
8170
|
+
{
|
|
8171
|
+
"name": "prompt-file",
|
|
8172
|
+
"type": "str",
|
|
8173
|
+
"required": false,
|
|
8174
|
+
"help": "从本机文件读取prompt(UTF-8),与 <prompt> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
8175
|
+
"generatedFileFor": "prompt"
|
|
8026
8176
|
}
|
|
8027
8177
|
],
|
|
8028
8178
|
"columns": [
|
|
@@ -8173,9 +8323,11 @@
|
|
|
8173
8323
|
{
|
|
8174
8324
|
"name": "prompt",
|
|
8175
8325
|
"type": "str",
|
|
8176
|
-
"required":
|
|
8326
|
+
"required": false,
|
|
8177
8327
|
"positional": true,
|
|
8178
|
-
"help": "Prompt to send"
|
|
8328
|
+
"help": "Prompt to send",
|
|
8329
|
+
"fromFile": true,
|
|
8330
|
+
"requiredUnlessFile": true
|
|
8179
8331
|
},
|
|
8180
8332
|
{
|
|
8181
8333
|
"name": "new",
|
|
@@ -8183,6 +8335,13 @@
|
|
|
8183
8335
|
"default": false,
|
|
8184
8336
|
"required": false,
|
|
8185
8337
|
"help": "Start a new chat before sending"
|
|
8338
|
+
},
|
|
8339
|
+
{
|
|
8340
|
+
"name": "file",
|
|
8341
|
+
"type": "str",
|
|
8342
|
+
"required": false,
|
|
8343
|
+
"help": "从本机文件读取prompt(UTF-8),与 <prompt> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
8344
|
+
"generatedFileFor": "prompt"
|
|
8186
8345
|
}
|
|
8187
8346
|
],
|
|
8188
8347
|
"columns": [
|
|
@@ -8486,9 +8645,11 @@
|
|
|
8486
8645
|
{
|
|
8487
8646
|
"name": "text",
|
|
8488
8647
|
"type": "str",
|
|
8489
|
-
"required":
|
|
8648
|
+
"required": false,
|
|
8490
8649
|
"positional": true,
|
|
8491
|
-
"help": "Prompt to send"
|
|
8650
|
+
"help": "Prompt to send",
|
|
8651
|
+
"fromFile": true,
|
|
8652
|
+
"requiredUnlessFile": true
|
|
8492
8653
|
},
|
|
8493
8654
|
{
|
|
8494
8655
|
"name": "timeout",
|
|
@@ -8520,6 +8681,13 @@
|
|
|
8520
8681
|
"type": "str",
|
|
8521
8682
|
"required": false,
|
|
8522
8683
|
"help": "Exact Codex thread id to select"
|
|
8684
|
+
},
|
|
8685
|
+
{
|
|
8686
|
+
"name": "file",
|
|
8687
|
+
"type": "str",
|
|
8688
|
+
"required": false,
|
|
8689
|
+
"help": "从本机文件读取text(UTF-8),与 <text> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
8690
|
+
"generatedFileFor": "text"
|
|
8523
8691
|
}
|
|
8524
8692
|
],
|
|
8525
8693
|
"columns": [
|
|
@@ -8891,9 +9059,11 @@
|
|
|
8891
9059
|
{
|
|
8892
9060
|
"name": "text",
|
|
8893
9061
|
"type": "str",
|
|
8894
|
-
"required":
|
|
9062
|
+
"required": false,
|
|
8895
9063
|
"positional": true,
|
|
8896
|
-
"help": "Text, command (e.g. /review), or skill (e.g. $imagegen)"
|
|
9064
|
+
"help": "Text, command (e.g. /review), or skill (e.g. $imagegen)",
|
|
9065
|
+
"fromFile": true,
|
|
9066
|
+
"requiredUnlessFile": true
|
|
8897
9067
|
},
|
|
8898
9068
|
{
|
|
8899
9069
|
"name": "project",
|
|
@@ -8918,6 +9088,13 @@
|
|
|
8918
9088
|
"type": "str",
|
|
8919
9089
|
"required": false,
|
|
8920
9090
|
"help": "Exact Codex thread id to select"
|
|
9091
|
+
},
|
|
9092
|
+
{
|
|
9093
|
+
"name": "file",
|
|
9094
|
+
"type": "str",
|
|
9095
|
+
"required": false,
|
|
9096
|
+
"help": "从本机文件读取text(UTF-8),与 <text> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
9097
|
+
"generatedFileFor": "text"
|
|
8921
9098
|
}
|
|
8922
9099
|
],
|
|
8923
9100
|
"columns": [
|
|
@@ -10248,9 +10425,11 @@
|
|
|
10248
10425
|
{
|
|
10249
10426
|
"name": "text",
|
|
10250
10427
|
"type": "str",
|
|
10251
|
-
"required":
|
|
10428
|
+
"required": false,
|
|
10252
10429
|
"positional": true,
|
|
10253
|
-
"help": "Prompt to send"
|
|
10430
|
+
"help": "Prompt to send",
|
|
10431
|
+
"fromFile": true,
|
|
10432
|
+
"requiredUnlessFile": true
|
|
10254
10433
|
},
|
|
10255
10434
|
{
|
|
10256
10435
|
"name": "timeout",
|
|
@@ -10258,6 +10437,13 @@
|
|
|
10258
10437
|
"default": 30,
|
|
10259
10438
|
"required": false,
|
|
10260
10439
|
"help": "Max seconds to wait for response (default: 30)"
|
|
10440
|
+
},
|
|
10441
|
+
{
|
|
10442
|
+
"name": "file",
|
|
10443
|
+
"type": "str",
|
|
10444
|
+
"required": false,
|
|
10445
|
+
"help": "从本机文件读取text(UTF-8),与 <text> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
10446
|
+
"generatedFileFor": "text"
|
|
10261
10447
|
}
|
|
10262
10448
|
],
|
|
10263
10449
|
"columns": [
|
|
@@ -10281,9 +10467,18 @@
|
|
|
10281
10467
|
{
|
|
10282
10468
|
"name": "text",
|
|
10283
10469
|
"type": "str",
|
|
10284
|
-
"required":
|
|
10470
|
+
"required": false,
|
|
10285
10471
|
"positional": true,
|
|
10286
|
-
"help": "Text to send into Composer"
|
|
10472
|
+
"help": "Text to send into Composer",
|
|
10473
|
+
"fromFile": true,
|
|
10474
|
+
"requiredUnlessFile": true
|
|
10475
|
+
},
|
|
10476
|
+
{
|
|
10477
|
+
"name": "file",
|
|
10478
|
+
"type": "str",
|
|
10479
|
+
"required": false,
|
|
10480
|
+
"help": "从本机文件读取text(UTF-8),与 <text> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
10481
|
+
"generatedFileFor": "text"
|
|
10287
10482
|
}
|
|
10288
10483
|
],
|
|
10289
10484
|
"columns": [
|
|
@@ -10472,9 +10667,18 @@
|
|
|
10472
10667
|
{
|
|
10473
10668
|
"name": "text",
|
|
10474
10669
|
"type": "str",
|
|
10475
|
-
"required":
|
|
10670
|
+
"required": false,
|
|
10476
10671
|
"positional": true,
|
|
10477
|
-
"help": "Text to send into Cursor"
|
|
10672
|
+
"help": "Text to send into Cursor",
|
|
10673
|
+
"fromFile": true,
|
|
10674
|
+
"requiredUnlessFile": true
|
|
10675
|
+
},
|
|
10676
|
+
{
|
|
10677
|
+
"name": "file",
|
|
10678
|
+
"type": "str",
|
|
10679
|
+
"required": false,
|
|
10680
|
+
"help": "从本机文件读取text(UTF-8),与 <text> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
10681
|
+
"generatedFileFor": "text"
|
|
10478
10682
|
}
|
|
10479
10683
|
],
|
|
10480
10684
|
"columns": [
|
|
@@ -10674,9 +10878,11 @@
|
|
|
10674
10878
|
{
|
|
10675
10879
|
"name": "prompt",
|
|
10676
10880
|
"type": "str",
|
|
10677
|
-
"required":
|
|
10881
|
+
"required": false,
|
|
10678
10882
|
"positional": true,
|
|
10679
|
-
"help": "Prompt to send"
|
|
10883
|
+
"help": "Prompt to send",
|
|
10884
|
+
"fromFile": "prompt-file",
|
|
10885
|
+
"requiredUnlessFile": true
|
|
10680
10886
|
},
|
|
10681
10887
|
{
|
|
10682
10888
|
"name": "timeout",
|
|
@@ -10723,6 +10929,13 @@
|
|
|
10723
10929
|
"type": "str",
|
|
10724
10930
|
"required": false,
|
|
10725
10931
|
"help": "Attach a file (PDF, image, text) with the prompt"
|
|
10932
|
+
},
|
|
10933
|
+
{
|
|
10934
|
+
"name": "prompt-file",
|
|
10935
|
+
"type": "str",
|
|
10936
|
+
"required": false,
|
|
10937
|
+
"help": "从本机文件读取prompt(UTF-8),与 <prompt> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
10938
|
+
"generatedFileFor": "prompt"
|
|
10726
10939
|
}
|
|
10727
10940
|
],
|
|
10728
10941
|
"type": "js",
|
|
@@ -10873,9 +11086,11 @@
|
|
|
10873
11086
|
{
|
|
10874
11087
|
"name": "prompt",
|
|
10875
11088
|
"type": "str",
|
|
10876
|
-
"required":
|
|
11089
|
+
"required": false,
|
|
10877
11090
|
"positional": true,
|
|
10878
|
-
"help": "Prompt to send"
|
|
11091
|
+
"help": "Prompt to send",
|
|
11092
|
+
"fromFile": true,
|
|
11093
|
+
"requiredUnlessFile": true
|
|
10879
11094
|
},
|
|
10880
11095
|
{
|
|
10881
11096
|
"name": "timeout",
|
|
@@ -10883,6 +11098,13 @@
|
|
|
10883
11098
|
"default": 60,
|
|
10884
11099
|
"required": false,
|
|
10885
11100
|
"help": "Max seconds for the overall command (default: 60)"
|
|
11101
|
+
},
|
|
11102
|
+
{
|
|
11103
|
+
"name": "file",
|
|
11104
|
+
"type": "str",
|
|
11105
|
+
"required": false,
|
|
11106
|
+
"help": "从本机文件读取prompt(UTF-8),与 <prompt> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
11107
|
+
"generatedFileFor": "prompt"
|
|
10886
11108
|
}
|
|
10887
11109
|
],
|
|
10888
11110
|
"columns": [
|
|
@@ -11981,9 +12203,18 @@
|
|
|
11981
12203
|
{
|
|
11982
12204
|
"name": "text",
|
|
11983
12205
|
"type": "string",
|
|
11984
|
-
"required":
|
|
12206
|
+
"required": false,
|
|
11985
12207
|
"positional": true,
|
|
11986
|
-
"help": "Message text (multi-line allowed)"
|
|
12208
|
+
"help": "Message text (multi-line allowed)",
|
|
12209
|
+
"fromFile": true,
|
|
12210
|
+
"requiredUnlessFile": true
|
|
12211
|
+
},
|
|
12212
|
+
{
|
|
12213
|
+
"name": "file",
|
|
12214
|
+
"type": "str",
|
|
12215
|
+
"required": false,
|
|
12216
|
+
"help": "从本机文件读取text(UTF-8),与 <text> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
12217
|
+
"generatedFileFor": "text"
|
|
11987
12218
|
}
|
|
11988
12219
|
],
|
|
11989
12220
|
"columns": [
|
|
@@ -12803,9 +13034,11 @@
|
|
|
12803
13034
|
{
|
|
12804
13035
|
"name": "text",
|
|
12805
13036
|
"type": "str",
|
|
12806
|
-
"required":
|
|
13037
|
+
"required": false,
|
|
12807
13038
|
"positional": true,
|
|
12808
|
-
"help": "Prompt to send"
|
|
13039
|
+
"help": "Prompt to send",
|
|
13040
|
+
"fromFile": true,
|
|
13041
|
+
"requiredUnlessFile": true
|
|
12809
13042
|
},
|
|
12810
13043
|
{
|
|
12811
13044
|
"name": "timeout",
|
|
@@ -12813,6 +13046,13 @@
|
|
|
12813
13046
|
"default": 60,
|
|
12814
13047
|
"required": false,
|
|
12815
13048
|
"help": "Max seconds to wait (default: 60)"
|
|
13049
|
+
},
|
|
13050
|
+
{
|
|
13051
|
+
"name": "file",
|
|
13052
|
+
"type": "str",
|
|
13053
|
+
"required": false,
|
|
13054
|
+
"help": "从本机文件读取text(UTF-8),与 <text> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
13055
|
+
"generatedFileFor": "text"
|
|
12816
13056
|
}
|
|
12817
13057
|
],
|
|
12818
13058
|
"columns": [
|
|
@@ -13100,9 +13340,11 @@
|
|
|
13100
13340
|
{
|
|
13101
13341
|
"name": "text",
|
|
13102
13342
|
"type": "str",
|
|
13103
|
-
"required":
|
|
13343
|
+
"required": false,
|
|
13104
13344
|
"positional": true,
|
|
13105
|
-
"help": "Prompt to send"
|
|
13345
|
+
"help": "Prompt to send",
|
|
13346
|
+
"fromFile": true,
|
|
13347
|
+
"requiredUnlessFile": true
|
|
13106
13348
|
},
|
|
13107
13349
|
{
|
|
13108
13350
|
"name": "timeout",
|
|
@@ -13110,6 +13352,13 @@
|
|
|
13110
13352
|
"default": 30,
|
|
13111
13353
|
"required": false,
|
|
13112
13354
|
"help": "Max seconds to wait for response"
|
|
13355
|
+
},
|
|
13356
|
+
{
|
|
13357
|
+
"name": "file",
|
|
13358
|
+
"type": "str",
|
|
13359
|
+
"required": false,
|
|
13360
|
+
"help": "从本机文件读取text(UTF-8),与 <text> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
13361
|
+
"generatedFileFor": "text"
|
|
13113
13362
|
}
|
|
13114
13363
|
],
|
|
13115
13364
|
"columns": [
|
|
@@ -13211,9 +13460,18 @@
|
|
|
13211
13460
|
{
|
|
13212
13461
|
"name": "text",
|
|
13213
13462
|
"type": "str",
|
|
13214
|
-
"required":
|
|
13463
|
+
"required": false,
|
|
13215
13464
|
"positional": true,
|
|
13216
|
-
"help": "Message text to send"
|
|
13465
|
+
"help": "Message text to send",
|
|
13466
|
+
"fromFile": true,
|
|
13467
|
+
"requiredUnlessFile": true
|
|
13468
|
+
},
|
|
13469
|
+
{
|
|
13470
|
+
"name": "file",
|
|
13471
|
+
"type": "str",
|
|
13472
|
+
"required": false,
|
|
13473
|
+
"help": "从本机文件读取text(UTF-8),与 <text> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
13474
|
+
"generatedFileFor": "text"
|
|
13217
13475
|
}
|
|
13218
13476
|
],
|
|
13219
13477
|
"columns": [
|
|
@@ -13343,7 +13601,8 @@
|
|
|
13343
13601
|
"type": "str",
|
|
13344
13602
|
"default": "",
|
|
13345
13603
|
"required": false,
|
|
13346
|
-
"help": "正文内容(≤1000字,支持 #话题)"
|
|
13604
|
+
"help": "正文内容(≤1000字,支持 #话题)",
|
|
13605
|
+
"fromFile": true
|
|
13347
13606
|
},
|
|
13348
13607
|
{
|
|
13349
13608
|
"name": "cover",
|
|
@@ -13370,6 +13629,13 @@
|
|
|
13370
13629
|
"default": 180,
|
|
13371
13630
|
"required": false,
|
|
13372
13631
|
"help": "命令超时(秒),视频上传/转码慢时可调大"
|
|
13632
|
+
},
|
|
13633
|
+
{
|
|
13634
|
+
"name": "file",
|
|
13635
|
+
"type": "str",
|
|
13636
|
+
"required": false,
|
|
13637
|
+
"help": "从本机文件读取caption(UTF-8),与 --caption 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
13638
|
+
"generatedFileFor": "caption"
|
|
13373
13639
|
}
|
|
13374
13640
|
],
|
|
13375
13641
|
"columns": [
|
|
@@ -13583,7 +13849,8 @@
|
|
|
13583
13849
|
"type": "str",
|
|
13584
13850
|
"default": "",
|
|
13585
13851
|
"required": false,
|
|
13586
|
-
"help": "正文内容(≤1000字,支持 #话题)"
|
|
13852
|
+
"help": "正文内容(≤1000字,支持 #话题)",
|
|
13853
|
+
"fromFile": true
|
|
13587
13854
|
},
|
|
13588
13855
|
{
|
|
13589
13856
|
"name": "cover",
|
|
@@ -13659,6 +13926,13 @@
|
|
|
13659
13926
|
"default": false,
|
|
13660
13927
|
"required": false,
|
|
13661
13928
|
"help": "同步发布到头条"
|
|
13929
|
+
},
|
|
13930
|
+
{
|
|
13931
|
+
"name": "file",
|
|
13932
|
+
"type": "str",
|
|
13933
|
+
"required": false,
|
|
13934
|
+
"help": "从本机文件读取caption(UTF-8),与 --caption 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
13935
|
+
"generatedFileFor": "caption"
|
|
13662
13936
|
}
|
|
13663
13937
|
],
|
|
13664
13938
|
"columns": [
|
|
@@ -13824,7 +14098,15 @@
|
|
|
13824
14098
|
"type": "str",
|
|
13825
14099
|
"default": "",
|
|
13826
14100
|
"required": false,
|
|
13827
|
-
"help": "新的正文内容"
|
|
14101
|
+
"help": "新的正文内容",
|
|
14102
|
+
"fromFile": true
|
|
14103
|
+
},
|
|
14104
|
+
{
|
|
14105
|
+
"name": "file",
|
|
14106
|
+
"type": "str",
|
|
14107
|
+
"required": false,
|
|
14108
|
+
"help": "从本机文件读取caption(UTF-8),与 --caption 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
14109
|
+
"generatedFileFor": "caption"
|
|
13828
14110
|
}
|
|
13829
14111
|
],
|
|
13830
14112
|
"columns": [
|
|
@@ -14775,9 +15057,18 @@
|
|
|
14775
15057
|
{
|
|
14776
15058
|
"name": "text",
|
|
14777
15059
|
"type": "string",
|
|
14778
|
-
"required":
|
|
15060
|
+
"required": false,
|
|
14779
15061
|
"positional": true,
|
|
14780
|
-
"help": "Comment text (multi-line allowed)"
|
|
15062
|
+
"help": "Comment text (multi-line allowed)",
|
|
15063
|
+
"fromFile": true,
|
|
15064
|
+
"requiredUnlessFile": true
|
|
15065
|
+
},
|
|
15066
|
+
{
|
|
15067
|
+
"name": "file",
|
|
15068
|
+
"type": "str",
|
|
15069
|
+
"required": false,
|
|
15070
|
+
"help": "从本机文件读取text(UTF-8),与 <text> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
15071
|
+
"generatedFileFor": "text"
|
|
14781
15072
|
}
|
|
14782
15073
|
],
|
|
14783
15074
|
"columns": [
|
|
@@ -15126,9 +15417,11 @@
|
|
|
15126
15417
|
{
|
|
15127
15418
|
"name": "text",
|
|
15128
15419
|
"type": "string",
|
|
15129
|
-
"required":
|
|
15420
|
+
"required": false,
|
|
15130
15421
|
"positional": true,
|
|
15131
|
-
"help": "Post text (multi-line allowed)"
|
|
15422
|
+
"help": "Post text (multi-line allowed)",
|
|
15423
|
+
"fromFile": true,
|
|
15424
|
+
"requiredUnlessFile": true
|
|
15132
15425
|
},
|
|
15133
15426
|
{
|
|
15134
15427
|
"name": "images",
|
|
@@ -15141,6 +15434,13 @@
|
|
|
15141
15434
|
"type": "string",
|
|
15142
15435
|
"required": false,
|
|
15143
15436
|
"help": "Optional Page/profile to post to: a facebook.com URL or a bare vanity. Omit to post to your own feed."
|
|
15437
|
+
},
|
|
15438
|
+
{
|
|
15439
|
+
"name": "file",
|
|
15440
|
+
"type": "str",
|
|
15441
|
+
"required": false,
|
|
15442
|
+
"help": "从本机文件读取text(UTF-8),与 <text> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
15443
|
+
"generatedFileFor": "text"
|
|
15144
15444
|
}
|
|
15145
15445
|
],
|
|
15146
15446
|
"columns": [
|
|
@@ -15424,9 +15724,11 @@
|
|
|
15424
15724
|
{
|
|
15425
15725
|
"name": "prompt",
|
|
15426
15726
|
"type": "str",
|
|
15427
|
-
"required":
|
|
15727
|
+
"required": false,
|
|
15428
15728
|
"positional": true,
|
|
15429
|
-
"help": "Prompt to send"
|
|
15729
|
+
"help": "Prompt to send",
|
|
15730
|
+
"fromFile": true,
|
|
15731
|
+
"requiredUnlessFile": true
|
|
15430
15732
|
},
|
|
15431
15733
|
{
|
|
15432
15734
|
"name": "timeout",
|
|
@@ -15441,6 +15743,13 @@
|
|
|
15441
15743
|
"default": "false",
|
|
15442
15744
|
"required": false,
|
|
15443
15745
|
"help": "Start a new chat first (true/false, default: false)"
|
|
15746
|
+
},
|
|
15747
|
+
{
|
|
15748
|
+
"name": "file",
|
|
15749
|
+
"type": "str",
|
|
15750
|
+
"required": false,
|
|
15751
|
+
"help": "从本机文件读取prompt(UTF-8),与 <prompt> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
15752
|
+
"generatedFileFor": "prompt"
|
|
15444
15753
|
}
|
|
15445
15754
|
],
|
|
15446
15755
|
"columns": [
|
|
@@ -15465,9 +15774,11 @@
|
|
|
15465
15774
|
{
|
|
15466
15775
|
"name": "prompt",
|
|
15467
15776
|
"type": "str",
|
|
15468
|
-
"required":
|
|
15777
|
+
"required": false,
|
|
15469
15778
|
"positional": true,
|
|
15470
|
-
"help": "Prompt to send"
|
|
15779
|
+
"help": "Prompt to send",
|
|
15780
|
+
"fromFile": true,
|
|
15781
|
+
"requiredUnlessFile": true
|
|
15471
15782
|
},
|
|
15472
15783
|
{
|
|
15473
15784
|
"name": "timeout",
|
|
@@ -15487,6 +15798,13 @@
|
|
|
15487
15798
|
"type": "str",
|
|
15488
15799
|
"required": false,
|
|
15489
15800
|
"help": "Override confirm button label (default: Start research)"
|
|
15801
|
+
},
|
|
15802
|
+
{
|
|
15803
|
+
"name": "file",
|
|
15804
|
+
"type": "str",
|
|
15805
|
+
"required": false,
|
|
15806
|
+
"help": "从本机文件读取prompt(UTF-8),与 <prompt> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
15807
|
+
"generatedFileFor": "prompt"
|
|
15490
15808
|
}
|
|
15491
15809
|
],
|
|
15492
15810
|
"columns": [
|
|
@@ -15614,9 +15932,11 @@
|
|
|
15614
15932
|
{
|
|
15615
15933
|
"name": "prompt",
|
|
15616
15934
|
"type": "str",
|
|
15617
|
-
"required":
|
|
15935
|
+
"required": false,
|
|
15618
15936
|
"positional": true,
|
|
15619
|
-
"help": "Image prompt to send to Gemini"
|
|
15937
|
+
"help": "Image prompt to send to Gemini",
|
|
15938
|
+
"fromFile": true,
|
|
15939
|
+
"requiredUnlessFile": true
|
|
15620
15940
|
},
|
|
15621
15941
|
{
|
|
15622
15942
|
"name": "rt",
|
|
@@ -15652,6 +15972,13 @@
|
|
|
15652
15972
|
"default": 240,
|
|
15653
15973
|
"required": false,
|
|
15654
15974
|
"help": "Max seconds for the overall command (default: 240)"
|
|
15975
|
+
},
|
|
15976
|
+
{
|
|
15977
|
+
"name": "file",
|
|
15978
|
+
"type": "str",
|
|
15979
|
+
"required": false,
|
|
15980
|
+
"help": "从本机文件读取prompt(UTF-8),与 <prompt> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
15981
|
+
"generatedFileFor": "prompt"
|
|
15655
15982
|
}
|
|
15656
15983
|
],
|
|
15657
15984
|
"columns": [
|
|
@@ -17037,9 +17364,11 @@
|
|
|
17037
17364
|
{
|
|
17038
17365
|
"name": "prompt",
|
|
17039
17366
|
"type": "string",
|
|
17040
|
-
"required":
|
|
17367
|
+
"required": false,
|
|
17041
17368
|
"positional": true,
|
|
17042
|
-
"help": "Prompt to send to Grok"
|
|
17369
|
+
"help": "Prompt to send to Grok",
|
|
17370
|
+
"fromFile": true,
|
|
17371
|
+
"requiredUnlessFile": true
|
|
17043
17372
|
},
|
|
17044
17373
|
{
|
|
17045
17374
|
"name": "timeout",
|
|
@@ -17054,6 +17383,13 @@
|
|
|
17054
17383
|
"default": false,
|
|
17055
17384
|
"required": false,
|
|
17056
17385
|
"help": "Start a new chat before sending (default: false)"
|
|
17386
|
+
},
|
|
17387
|
+
{
|
|
17388
|
+
"name": "file",
|
|
17389
|
+
"type": "str",
|
|
17390
|
+
"required": false,
|
|
17391
|
+
"help": "从本机文件读取prompt(UTF-8),与 <prompt> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
17392
|
+
"generatedFileFor": "prompt"
|
|
17057
17393
|
}
|
|
17058
17394
|
],
|
|
17059
17395
|
"columns": [
|
|
@@ -17295,9 +17631,11 @@
|
|
|
17295
17631
|
{
|
|
17296
17632
|
"name": "prompt",
|
|
17297
17633
|
"type": "string",
|
|
17298
|
-
"required":
|
|
17634
|
+
"required": false,
|
|
17299
17635
|
"positional": true,
|
|
17300
|
-
"help": "Image generation prompt"
|
|
17636
|
+
"help": "Image generation prompt",
|
|
17637
|
+
"fromFile": true,
|
|
17638
|
+
"requiredUnlessFile": true
|
|
17301
17639
|
},
|
|
17302
17640
|
{
|
|
17303
17641
|
"name": "timeout",
|
|
@@ -17326,6 +17664,13 @@
|
|
|
17326
17664
|
"default": "",
|
|
17327
17665
|
"required": false,
|
|
17328
17666
|
"help": "Directory to save downloaded images (uses browser session to bypass auth)"
|
|
17667
|
+
},
|
|
17668
|
+
{
|
|
17669
|
+
"name": "file",
|
|
17670
|
+
"type": "str",
|
|
17671
|
+
"required": false,
|
|
17672
|
+
"help": "从本机文件读取prompt(UTF-8),与 <prompt> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
17673
|
+
"generatedFileFor": "prompt"
|
|
17329
17674
|
}
|
|
17330
17675
|
],
|
|
17331
17676
|
"columns": [
|
|
@@ -17455,9 +17800,11 @@
|
|
|
17455
17800
|
{
|
|
17456
17801
|
"name": "prompt",
|
|
17457
17802
|
"type": "str",
|
|
17458
|
-
"required":
|
|
17803
|
+
"required": false,
|
|
17459
17804
|
"positional": true,
|
|
17460
|
-
"help": "Prompt to send to Grok"
|
|
17805
|
+
"help": "Prompt to send to Grok",
|
|
17806
|
+
"fromFile": true,
|
|
17807
|
+
"requiredUnlessFile": true
|
|
17461
17808
|
},
|
|
17462
17809
|
{
|
|
17463
17810
|
"name": "new",
|
|
@@ -17465,6 +17812,13 @@
|
|
|
17465
17812
|
"default": false,
|
|
17466
17813
|
"required": false,
|
|
17467
17814
|
"help": "Start a new chat before sending"
|
|
17815
|
+
},
|
|
17816
|
+
{
|
|
17817
|
+
"name": "file",
|
|
17818
|
+
"type": "str",
|
|
17819
|
+
"required": false,
|
|
17820
|
+
"help": "从本机文件读取prompt(UTF-8),与 <prompt> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
17821
|
+
"generatedFileFor": "prompt"
|
|
17468
17822
|
}
|
|
17469
17823
|
],
|
|
17470
17824
|
"columns": [
|
|
@@ -17694,9 +18048,18 @@
|
|
|
17694
18048
|
{
|
|
17695
18049
|
"name": "text",
|
|
17696
18050
|
"type": "string",
|
|
17697
|
-
"required":
|
|
18051
|
+
"required": false,
|
|
17698
18052
|
"positional": true,
|
|
17699
|
-
"help": "Comment text (HN markup: blank line = paragraph)"
|
|
18053
|
+
"help": "Comment text (HN markup: blank line = paragraph)",
|
|
18054
|
+
"fromFile": true,
|
|
18055
|
+
"requiredUnlessFile": true
|
|
18056
|
+
},
|
|
18057
|
+
{
|
|
18058
|
+
"name": "file",
|
|
18059
|
+
"type": "str",
|
|
18060
|
+
"required": false,
|
|
18061
|
+
"help": "从本机文件读取text(UTF-8),与 <text> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
18062
|
+
"generatedFileFor": "text"
|
|
17700
18063
|
}
|
|
17701
18064
|
],
|
|
17702
18065
|
"columns": [
|
|
@@ -17959,7 +18322,15 @@
|
|
|
17959
18322
|
"name": "text",
|
|
17960
18323
|
"type": "string",
|
|
17961
18324
|
"required": false,
|
|
17962
|
-
"help": "Body text for an Ask HN / text post (mutually exclusive with --url)"
|
|
18325
|
+
"help": "Body text for an Ask HN / text post (mutually exclusive with --url)",
|
|
18326
|
+
"fromFile": true
|
|
18327
|
+
},
|
|
18328
|
+
{
|
|
18329
|
+
"name": "file",
|
|
18330
|
+
"type": "str",
|
|
18331
|
+
"required": false,
|
|
18332
|
+
"help": "从本机文件读取text(UTF-8),与 --text 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
18333
|
+
"generatedFileFor": "text"
|
|
17963
18334
|
}
|
|
17964
18335
|
],
|
|
17965
18336
|
"columns": [
|
|
@@ -19603,9 +19974,11 @@
|
|
|
19603
19974
|
{
|
|
19604
19975
|
"name": "text",
|
|
19605
19976
|
"type": "str",
|
|
19606
|
-
"required":
|
|
19977
|
+
"required": false,
|
|
19607
19978
|
"positional": true,
|
|
19608
|
-
"help": "Comment text"
|
|
19979
|
+
"help": "Comment text",
|
|
19980
|
+
"fromFile": true,
|
|
19981
|
+
"requiredUnlessFile": true
|
|
19609
19982
|
},
|
|
19610
19983
|
{
|
|
19611
19984
|
"name": "index",
|
|
@@ -19613,6 +19986,13 @@
|
|
|
19613
19986
|
"default": 1,
|
|
19614
19987
|
"required": false,
|
|
19615
19988
|
"help": "Post index (1 = most recent)"
|
|
19989
|
+
},
|
|
19990
|
+
{
|
|
19991
|
+
"name": "file",
|
|
19992
|
+
"type": "str",
|
|
19993
|
+
"required": false,
|
|
19994
|
+
"help": "从本机文件读取text(UTF-8),与 <text> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
19995
|
+
"generatedFileFor": "text"
|
|
19616
19996
|
}
|
|
19617
19997
|
],
|
|
19618
19998
|
"columns": [
|
|
@@ -19901,9 +20281,11 @@
|
|
|
19901
20281
|
{
|
|
19902
20282
|
"name": "content",
|
|
19903
20283
|
"type": "str",
|
|
19904
|
-
"required":
|
|
20284
|
+
"required": false,
|
|
19905
20285
|
"positional": true,
|
|
19906
|
-
"help": "Note text (max 60 characters)"
|
|
20286
|
+
"help": "Note text (max 60 characters)",
|
|
20287
|
+
"fromFile": true,
|
|
20288
|
+
"requiredUnlessFile": true
|
|
19907
20289
|
},
|
|
19908
20290
|
{
|
|
19909
20291
|
"name": "timeout",
|
|
@@ -19911,6 +20293,13 @@
|
|
|
19911
20293
|
"default": 120,
|
|
19912
20294
|
"required": false,
|
|
19913
20295
|
"help": "Max seconds for the overall command (default: 120)"
|
|
20296
|
+
},
|
|
20297
|
+
{
|
|
20298
|
+
"name": "file",
|
|
20299
|
+
"type": "str",
|
|
20300
|
+
"required": false,
|
|
20301
|
+
"help": "从本机文件读取content(UTF-8),与 <content> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
20302
|
+
"generatedFileFor": "content"
|
|
19914
20303
|
}
|
|
19915
20304
|
],
|
|
19916
20305
|
"columns": [
|
|
@@ -19944,7 +20333,8 @@
|
|
|
19944
20333
|
"type": "str",
|
|
19945
20334
|
"required": false,
|
|
19946
20335
|
"positional": true,
|
|
19947
|
-
"help": "Caption text"
|
|
20336
|
+
"help": "Caption text",
|
|
20337
|
+
"fromFile": true
|
|
19948
20338
|
},
|
|
19949
20339
|
{
|
|
19950
20340
|
"name": "timeout",
|
|
@@ -19952,6 +20342,13 @@
|
|
|
19952
20342
|
"default": 300,
|
|
19953
20343
|
"required": false,
|
|
19954
20344
|
"help": "Max seconds for the overall command (default: 300)"
|
|
20345
|
+
},
|
|
20346
|
+
{
|
|
20347
|
+
"name": "file",
|
|
20348
|
+
"type": "str",
|
|
20349
|
+
"required": false,
|
|
20350
|
+
"help": "从本机文件读取content(UTF-8),与 <content> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
20351
|
+
"generatedFileFor": "content"
|
|
19955
20352
|
}
|
|
19956
20353
|
],
|
|
19957
20354
|
"columns": [
|
|
@@ -20016,7 +20413,8 @@
|
|
|
20016
20413
|
"type": "str",
|
|
20017
20414
|
"required": false,
|
|
20018
20415
|
"positional": true,
|
|
20019
|
-
"help": "Caption text"
|
|
20416
|
+
"help": "Caption text",
|
|
20417
|
+
"fromFile": true
|
|
20020
20418
|
},
|
|
20021
20419
|
{
|
|
20022
20420
|
"name": "timeout",
|
|
@@ -20024,6 +20422,13 @@
|
|
|
20024
20422
|
"default": 600,
|
|
20025
20423
|
"required": false,
|
|
20026
20424
|
"help": "Max seconds for the overall command (default: 600)"
|
|
20425
|
+
},
|
|
20426
|
+
{
|
|
20427
|
+
"name": "file",
|
|
20428
|
+
"type": "str",
|
|
20429
|
+
"required": false,
|
|
20430
|
+
"help": "从本机文件读取content(UTF-8),与 <content> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
20431
|
+
"generatedFileFor": "content"
|
|
20027
20432
|
}
|
|
20028
20433
|
],
|
|
20029
20434
|
"columns": [
|
|
@@ -20920,9 +21325,18 @@
|
|
|
20920
21325
|
{
|
|
20921
21326
|
"name": "text",
|
|
20922
21327
|
"type": "string",
|
|
20923
|
-
"required":
|
|
21328
|
+
"required": false,
|
|
20924
21329
|
"positional": true,
|
|
20925
|
-
"help": "评论内容"
|
|
21330
|
+
"help": "评论内容",
|
|
21331
|
+
"fromFile": true,
|
|
21332
|
+
"requiredUnlessFile": true
|
|
21333
|
+
},
|
|
21334
|
+
{
|
|
21335
|
+
"name": "file",
|
|
21336
|
+
"type": "str",
|
|
21337
|
+
"required": false,
|
|
21338
|
+
"help": "从本机文件读取text(UTF-8),与 <text> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
21339
|
+
"generatedFileFor": "text"
|
|
20926
21340
|
}
|
|
20927
21341
|
],
|
|
20928
21342
|
"columns": [
|
|
@@ -20946,9 +21360,18 @@
|
|
|
20946
21360
|
{
|
|
20947
21361
|
"name": "text",
|
|
20948
21362
|
"type": "string",
|
|
20949
|
-
"required":
|
|
21363
|
+
"required": false,
|
|
20950
21364
|
"positional": true,
|
|
20951
|
-
"help": "动态正文内容"
|
|
21365
|
+
"help": "动态正文内容",
|
|
21366
|
+
"fromFile": true,
|
|
21367
|
+
"requiredUnlessFile": true
|
|
21368
|
+
},
|
|
21369
|
+
{
|
|
21370
|
+
"name": "file",
|
|
21371
|
+
"type": "str",
|
|
21372
|
+
"required": false,
|
|
21373
|
+
"help": "从本机文件读取text(UTF-8),与 <text> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
21374
|
+
"generatedFileFor": "text"
|
|
20952
21375
|
}
|
|
20953
21376
|
],
|
|
20954
21377
|
"columns": [
|
|
@@ -21127,7 +21550,15 @@
|
|
|
21127
21550
|
"type": "string",
|
|
21128
21551
|
"required": false,
|
|
21129
21552
|
"positional": true,
|
|
21130
|
-
"help": "转发附言(可选)"
|
|
21553
|
+
"help": "转发附言(可选)",
|
|
21554
|
+
"fromFile": true
|
|
21555
|
+
},
|
|
21556
|
+
{
|
|
21557
|
+
"name": "file",
|
|
21558
|
+
"type": "str",
|
|
21559
|
+
"required": false,
|
|
21560
|
+
"help": "从本机文件读取text(UTF-8),与 <text> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
21561
|
+
"generatedFileFor": "text"
|
|
21131
21562
|
}
|
|
21132
21563
|
],
|
|
21133
21564
|
"columns": [
|
|
@@ -21286,9 +21717,11 @@
|
|
|
21286
21717
|
{
|
|
21287
21718
|
"name": "prompt",
|
|
21288
21719
|
"type": "string",
|
|
21289
|
-
"required":
|
|
21720
|
+
"required": false,
|
|
21290
21721
|
"positional": true,
|
|
21291
|
-
"help": "图片描述 prompt"
|
|
21722
|
+
"help": "图片描述 prompt",
|
|
21723
|
+
"fromFile": true,
|
|
21724
|
+
"requiredUnlessFile": true
|
|
21292
21725
|
},
|
|
21293
21726
|
{
|
|
21294
21727
|
"name": "wait",
|
|
@@ -21296,6 +21729,13 @@
|
|
|
21296
21729
|
"default": 60,
|
|
21297
21730
|
"required": false,
|
|
21298
21731
|
"help": "等待生成完成的最长秒数(每 3 秒轮询一次,超时会返回 pending 并提示用 history 回查)"
|
|
21732
|
+
},
|
|
21733
|
+
{
|
|
21734
|
+
"name": "file",
|
|
21735
|
+
"type": "str",
|
|
21736
|
+
"required": false,
|
|
21737
|
+
"help": "从本机文件读取prompt(UTF-8),与 <prompt> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
21738
|
+
"generatedFileFor": "prompt"
|
|
21299
21739
|
}
|
|
21300
21740
|
],
|
|
21301
21741
|
"columns": [
|
|
@@ -22181,9 +22621,11 @@
|
|
|
22181
22621
|
{
|
|
22182
22622
|
"name": "text",
|
|
22183
22623
|
"type": "str",
|
|
22184
|
-
"required":
|
|
22624
|
+
"required": false,
|
|
22185
22625
|
"positional": true,
|
|
22186
|
-
"help": "Prompt text"
|
|
22626
|
+
"help": "Prompt text",
|
|
22627
|
+
"fromFile": true,
|
|
22628
|
+
"requiredUnlessFile": true
|
|
22187
22629
|
},
|
|
22188
22630
|
{
|
|
22189
22631
|
"name": "timeout",
|
|
@@ -22191,6 +22633,13 @@
|
|
|
22191
22633
|
"default": 120,
|
|
22192
22634
|
"required": false,
|
|
22193
22635
|
"help": ""
|
|
22636
|
+
},
|
|
22637
|
+
{
|
|
22638
|
+
"name": "file",
|
|
22639
|
+
"type": "str",
|
|
22640
|
+
"required": false,
|
|
22641
|
+
"help": "从本机文件读取text(UTF-8),与 <text> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
22642
|
+
"generatedFileFor": "text"
|
|
22194
22643
|
}
|
|
22195
22644
|
],
|
|
22196
22645
|
"columns": [
|
|
@@ -22739,9 +23188,18 @@
|
|
|
22739
23188
|
{
|
|
22740
23189
|
"name": "text",
|
|
22741
23190
|
"type": "str",
|
|
22742
|
-
"required":
|
|
23191
|
+
"required": false,
|
|
22743
23192
|
"positional": true,
|
|
22744
|
-
"help": "Message text"
|
|
23193
|
+
"help": "Message text",
|
|
23194
|
+
"fromFile": true,
|
|
23195
|
+
"requiredUnlessFile": true
|
|
23196
|
+
},
|
|
23197
|
+
{
|
|
23198
|
+
"name": "file",
|
|
23199
|
+
"type": "str",
|
|
23200
|
+
"required": false,
|
|
23201
|
+
"help": "从本机文件读取text(UTF-8),与 <text> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
23202
|
+
"generatedFileFor": "text"
|
|
22745
23203
|
}
|
|
22746
23204
|
],
|
|
22747
23205
|
"columns": [
|
|
@@ -23199,7 +23657,8 @@
|
|
|
23199
23657
|
"type": "str",
|
|
23200
23658
|
"default": "",
|
|
23201
23659
|
"required": false,
|
|
23202
|
-
"help": "视频描述(默认用标题)"
|
|
23660
|
+
"help": "视频描述(默认用标题)",
|
|
23661
|
+
"fromFile": true
|
|
23203
23662
|
},
|
|
23204
23663
|
{
|
|
23205
23664
|
"name": "tags",
|
|
@@ -23221,6 +23680,13 @@
|
|
|
23221
23680
|
"default": "",
|
|
23222
23681
|
"required": false,
|
|
23223
23682
|
"help": "定时发布时间(ISO8601 或 Unix 秒;不填即立即发布)"
|
|
23683
|
+
},
|
|
23684
|
+
{
|
|
23685
|
+
"name": "file",
|
|
23686
|
+
"type": "str",
|
|
23687
|
+
"required": false,
|
|
23688
|
+
"help": "从本机文件读取desc(UTF-8),与 --desc 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
23689
|
+
"generatedFileFor": "desc"
|
|
23224
23690
|
}
|
|
23225
23691
|
],
|
|
23226
23692
|
"columns": [
|
|
@@ -23797,8 +24263,10 @@
|
|
|
23797
24263
|
{
|
|
23798
24264
|
"name": "text",
|
|
23799
24265
|
"type": "string",
|
|
23800
|
-
"required":
|
|
23801
|
-
"help": "Comment body (max 1250 chars)."
|
|
24266
|
+
"required": false,
|
|
24267
|
+
"help": "Comment body (max 1250 chars).",
|
|
24268
|
+
"fromFile": true,
|
|
24269
|
+
"requiredUnlessFile": true
|
|
23802
24270
|
},
|
|
23803
24271
|
{
|
|
23804
24272
|
"name": "send",
|
|
@@ -23806,6 +24274,13 @@
|
|
|
23806
24274
|
"default": false,
|
|
23807
24275
|
"required": false,
|
|
23808
24276
|
"help": "Actually post the comment. Default false = dry-run (validates the session only; nothing is posted)."
|
|
24277
|
+
},
|
|
24278
|
+
{
|
|
24279
|
+
"name": "file",
|
|
24280
|
+
"type": "str",
|
|
24281
|
+
"required": false,
|
|
24282
|
+
"help": "从本机文件读取text(UTF-8),与 --text 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
24283
|
+
"generatedFileFor": "text"
|
|
23809
24284
|
}
|
|
23810
24285
|
],
|
|
23811
24286
|
"columns": [
|
|
@@ -23889,9 +24364,11 @@
|
|
|
23889
24364
|
{
|
|
23890
24365
|
"name": "content",
|
|
23891
24366
|
"type": "string",
|
|
23892
|
-
"required":
|
|
24367
|
+
"required": false,
|
|
23893
24368
|
"positional": true,
|
|
23894
|
-
"help": "Post body text (max 3000 chars). Emojis and line breaks allowed."
|
|
24369
|
+
"help": "Post body text (max 3000 chars). Emojis and line breaks allowed.",
|
|
24370
|
+
"fromFile": true,
|
|
24371
|
+
"requiredUnlessFile": true
|
|
23895
24372
|
},
|
|
23896
24373
|
{
|
|
23897
24374
|
"name": "image",
|
|
@@ -23912,6 +24389,13 @@
|
|
|
23912
24389
|
"default": false,
|
|
23913
24390
|
"required": false,
|
|
23914
24391
|
"help": "Actually publish. Default false = dry-run (verifies the signed-in session only; no post is created)."
|
|
24392
|
+
},
|
|
24393
|
+
{
|
|
24394
|
+
"name": "file",
|
|
24395
|
+
"type": "str",
|
|
24396
|
+
"required": false,
|
|
24397
|
+
"help": "从本机文件读取content(UTF-8),与 <content> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
24398
|
+
"generatedFileFor": "content"
|
|
23915
24399
|
}
|
|
23916
24400
|
],
|
|
23917
24401
|
"columns": [
|
|
@@ -24609,8 +25093,10 @@
|
|
|
24609
25093
|
{
|
|
24610
25094
|
"name": "text",
|
|
24611
25095
|
"type": "string",
|
|
24612
|
-
"required":
|
|
24613
|
-
"help": "Reply body (max 1250 chars)."
|
|
25096
|
+
"required": false,
|
|
25097
|
+
"help": "Reply body (max 1250 chars).",
|
|
25098
|
+
"fromFile": true,
|
|
25099
|
+
"requiredUnlessFile": true
|
|
24614
25100
|
},
|
|
24615
25101
|
{
|
|
24616
25102
|
"name": "send",
|
|
@@ -24618,6 +25104,13 @@
|
|
|
24618
25104
|
"default": false,
|
|
24619
25105
|
"required": false,
|
|
24620
25106
|
"help": "Actually post the reply. Default false = dry-run (validates the session only; nothing is posted)."
|
|
25107
|
+
},
|
|
25108
|
+
{
|
|
25109
|
+
"name": "file",
|
|
25110
|
+
"type": "str",
|
|
25111
|
+
"required": false,
|
|
25112
|
+
"help": "从本机文件读取text(UTF-8),与 --text 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
25113
|
+
"generatedFileFor": "text"
|
|
24621
25114
|
}
|
|
24622
25115
|
],
|
|
24623
25116
|
"columns": [
|
|
@@ -24651,7 +25144,8 @@
|
|
|
24651
25144
|
"name": "text",
|
|
24652
25145
|
"type": "string",
|
|
24653
25146
|
"required": false,
|
|
24654
|
-
"help": "Optional commentary to quote-repost with (max 3000 chars). Omit for a plain repost."
|
|
25147
|
+
"help": "Optional commentary to quote-repost with (max 3000 chars). Omit for a plain repost.",
|
|
25148
|
+
"fromFile": true
|
|
24655
25149
|
},
|
|
24656
25150
|
{
|
|
24657
25151
|
"name": "send",
|
|
@@ -24659,6 +25153,13 @@
|
|
|
24659
25153
|
"default": false,
|
|
24660
25154
|
"required": false,
|
|
24661
25155
|
"help": "Actually repost. Default false = dry-run (validates the session only; nothing is posted)."
|
|
25156
|
+
},
|
|
25157
|
+
{
|
|
25158
|
+
"name": "file",
|
|
25159
|
+
"type": "str",
|
|
25160
|
+
"required": false,
|
|
25161
|
+
"help": "从本机文件读取text(UTF-8),与 --text 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
25162
|
+
"generatedFileFor": "text"
|
|
24662
25163
|
}
|
|
24663
25164
|
],
|
|
24664
25165
|
"columns": [
|
|
@@ -24696,8 +25197,10 @@
|
|
|
24696
25197
|
{
|
|
24697
25198
|
"name": "message",
|
|
24698
25199
|
"type": "str",
|
|
24699
|
-
"required":
|
|
24700
|
-
"help": "Message body to send or dry-run"
|
|
25200
|
+
"required": false,
|
|
25201
|
+
"help": "Message body to send or dry-run",
|
|
25202
|
+
"fromFile": true,
|
|
25203
|
+
"requiredUnlessFile": true
|
|
24701
25204
|
},
|
|
24702
25205
|
{
|
|
24703
25206
|
"name": "expected-last-text",
|
|
@@ -24724,6 +25227,13 @@
|
|
|
24724
25227
|
"default": false,
|
|
24725
25228
|
"required": false,
|
|
24726
25229
|
"help": "Capture a screenshot during verification"
|
|
25230
|
+
},
|
|
25231
|
+
{
|
|
25232
|
+
"name": "file",
|
|
25233
|
+
"type": "str",
|
|
25234
|
+
"required": false,
|
|
25235
|
+
"help": "从本机文件读取message(UTF-8),与 --message 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
25236
|
+
"generatedFileFor": "message"
|
|
24727
25237
|
}
|
|
24728
25238
|
],
|
|
24729
25239
|
"columns": [
|
|
@@ -24814,8 +25324,10 @@
|
|
|
24814
25324
|
{
|
|
24815
25325
|
"name": "body",
|
|
24816
25326
|
"type": "string",
|
|
24817
|
-
"required":
|
|
24818
|
-
"help": "InMail body"
|
|
25327
|
+
"required": false,
|
|
25328
|
+
"help": "InMail body",
|
|
25329
|
+
"fromFile": true,
|
|
25330
|
+
"requiredUnlessFile": true
|
|
24819
25331
|
},
|
|
24820
25332
|
{
|
|
24821
25333
|
"name": "send",
|
|
@@ -24830,6 +25342,13 @@
|
|
|
24830
25342
|
"default": false,
|
|
24831
25343
|
"required": false,
|
|
24832
25344
|
"help": "Set Sales Navigator copyToCrm on the message request"
|
|
25345
|
+
},
|
|
25346
|
+
{
|
|
25347
|
+
"name": "file",
|
|
25348
|
+
"type": "str",
|
|
25349
|
+
"required": false,
|
|
25350
|
+
"help": "从本机文件读取body(UTF-8),与 --body 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
25351
|
+
"generatedFileFor": "body"
|
|
24833
25352
|
}
|
|
24834
25353
|
],
|
|
24835
25354
|
"columns": [
|
|
@@ -27288,7 +27807,8 @@
|
|
|
27288
27807
|
"name": "body",
|
|
27289
27808
|
"type": "string",
|
|
27290
27809
|
"required": false,
|
|
27291
|
-
"help": "Note body text (blank lines split paragraphs)"
|
|
27810
|
+
"help": "Note body text (blank lines split paragraphs)",
|
|
27811
|
+
"fromFile": true
|
|
27292
27812
|
},
|
|
27293
27813
|
{
|
|
27294
27814
|
"name": "tags",
|
|
@@ -27314,6 +27834,13 @@
|
|
|
27314
27834
|
"default": false,
|
|
27315
27835
|
"required": false,
|
|
27316
27836
|
"help": "Save the draft but do not publish"
|
|
27837
|
+
},
|
|
27838
|
+
{
|
|
27839
|
+
"name": "file",
|
|
27840
|
+
"type": "str",
|
|
27841
|
+
"required": false,
|
|
27842
|
+
"help": "从本机文件读取body(UTF-8),与 --body 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
27843
|
+
"generatedFileFor": "body"
|
|
27317
27844
|
}
|
|
27318
27845
|
],
|
|
27319
27846
|
"columns": [
|
|
@@ -27374,7 +27901,8 @@
|
|
|
27374
27901
|
"name": "content",
|
|
27375
27902
|
"type": "str",
|
|
27376
27903
|
"required": false,
|
|
27377
|
-
"help": "Raw text content to add as a Text source (max 10 MB)."
|
|
27904
|
+
"help": "Raw text content to add as a Text source (max 10 MB).",
|
|
27905
|
+
"fromFile": "content-file"
|
|
27378
27906
|
},
|
|
27379
27907
|
{
|
|
27380
27908
|
"name": "file",
|
|
@@ -27399,6 +27927,13 @@
|
|
|
27399
27927
|
"type": "boolean",
|
|
27400
27928
|
"required": false,
|
|
27401
27929
|
"help": "Actually add the remote source to the NotebookLM notebook"
|
|
27930
|
+
},
|
|
27931
|
+
{
|
|
27932
|
+
"name": "content-file",
|
|
27933
|
+
"type": "str",
|
|
27934
|
+
"required": false,
|
|
27935
|
+
"help": "从本机文件读取content(UTF-8),与 --content 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
27936
|
+
"generatedFileFor": "content"
|
|
27402
27937
|
}
|
|
27403
27938
|
],
|
|
27404
27939
|
"columns": [
|
|
@@ -27943,14 +28478,23 @@
|
|
|
27943
28478
|
{
|
|
27944
28479
|
"name": "content",
|
|
27945
28480
|
"type": "str",
|
|
27946
|
-
"required":
|
|
27947
|
-
"help": "Note body as Markdown"
|
|
28481
|
+
"required": false,
|
|
28482
|
+
"help": "Note body as Markdown",
|
|
28483
|
+
"fromFile": true,
|
|
28484
|
+
"requiredUnlessFile": true
|
|
27948
28485
|
},
|
|
27949
28486
|
{
|
|
27950
28487
|
"name": "execute",
|
|
27951
28488
|
"type": "boolean",
|
|
27952
28489
|
"required": false,
|
|
27953
28490
|
"help": "Actually create the remote NotebookLM note"
|
|
28491
|
+
},
|
|
28492
|
+
{
|
|
28493
|
+
"name": "file",
|
|
28494
|
+
"type": "str",
|
|
28495
|
+
"required": false,
|
|
28496
|
+
"help": "从本机文件读取content(UTF-8),与 --content 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
28497
|
+
"generatedFileFor": "content"
|
|
27954
28498
|
}
|
|
27955
28499
|
],
|
|
27956
28500
|
"columns": [
|
|
@@ -27983,9 +28527,11 @@
|
|
|
27983
28527
|
{
|
|
27984
28528
|
"name": "content",
|
|
27985
28529
|
"type": "str",
|
|
27986
|
-
"required":
|
|
28530
|
+
"required": false,
|
|
27987
28531
|
"positional": true,
|
|
27988
|
-
"help": "评论内容"
|
|
28532
|
+
"help": "评论内容",
|
|
28533
|
+
"fromFile": true,
|
|
28534
|
+
"requiredUnlessFile": true
|
|
27989
28535
|
},
|
|
27990
28536
|
{
|
|
27991
28537
|
"name": "to-user",
|
|
@@ -28000,6 +28546,13 @@
|
|
|
28000
28546
|
"default": "0",
|
|
28001
28547
|
"required": false,
|
|
28002
28548
|
"help": "定向回复的评论 id(inbox 的 reply_comment_id)"
|
|
28549
|
+
},
|
|
28550
|
+
{
|
|
28551
|
+
"name": "file",
|
|
28552
|
+
"type": "str",
|
|
28553
|
+
"required": false,
|
|
28554
|
+
"help": "从本机文件读取content(UTF-8),与 <content> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
28555
|
+
"generatedFileFor": "content"
|
|
28003
28556
|
}
|
|
28004
28557
|
],
|
|
28005
28558
|
"columns": [
|
|
@@ -28244,9 +28797,18 @@
|
|
|
28244
28797
|
{
|
|
28245
28798
|
"name": "content",
|
|
28246
28799
|
"type": "str",
|
|
28247
|
-
"required":
|
|
28800
|
+
"required": false,
|
|
28248
28801
|
"positional": true,
|
|
28249
|
-
"help": "私信内容"
|
|
28802
|
+
"help": "私信内容",
|
|
28803
|
+
"fromFile": true,
|
|
28804
|
+
"requiredUnlessFile": true
|
|
28805
|
+
},
|
|
28806
|
+
{
|
|
28807
|
+
"name": "file",
|
|
28808
|
+
"type": "str",
|
|
28809
|
+
"required": false,
|
|
28810
|
+
"help": "从本机文件读取content(UTF-8),与 <content> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
28811
|
+
"generatedFileFor": "content"
|
|
28250
28812
|
}
|
|
28251
28813
|
],
|
|
28252
28814
|
"columns": [
|
|
@@ -28557,9 +29119,11 @@
|
|
|
28557
29119
|
{
|
|
28558
29120
|
"name": "content",
|
|
28559
29121
|
"type": "str",
|
|
28560
|
-
"required":
|
|
29122
|
+
"required": false,
|
|
28561
29123
|
"positional": true,
|
|
28562
|
-
"help": "正文内容"
|
|
29124
|
+
"help": "正文内容",
|
|
29125
|
+
"fromFile": true,
|
|
29126
|
+
"requiredUnlessFile": true
|
|
28563
29127
|
},
|
|
28564
29128
|
{
|
|
28565
29129
|
"name": "title",
|
|
@@ -28567,6 +29131,13 @@
|
|
|
28567
29131
|
"default": "",
|
|
28568
29132
|
"required": false,
|
|
28569
29133
|
"help": "标题(可选)"
|
|
29134
|
+
},
|
|
29135
|
+
{
|
|
29136
|
+
"name": "file",
|
|
29137
|
+
"type": "str",
|
|
29138
|
+
"required": false,
|
|
29139
|
+
"help": "从本机文件读取content(UTF-8),与 <content> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
29140
|
+
"generatedFileFor": "content"
|
|
28570
29141
|
}
|
|
28571
29142
|
],
|
|
28572
29143
|
"columns": [
|
|
@@ -30477,7 +31048,8 @@
|
|
|
30477
31048
|
"name": "description",
|
|
30478
31049
|
"type": "string",
|
|
30479
31050
|
"required": false,
|
|
30480
|
-
"help": "Pin description"
|
|
31051
|
+
"help": "Pin description",
|
|
31052
|
+
"fromFile": true
|
|
30481
31053
|
},
|
|
30482
31054
|
{
|
|
30483
31055
|
"name": "link",
|
|
@@ -30491,6 +31063,13 @@
|
|
|
30491
31063
|
"default": false,
|
|
30492
31064
|
"required": false,
|
|
30493
31065
|
"help": "Create the board if it does not exist"
|
|
31066
|
+
},
|
|
31067
|
+
{
|
|
31068
|
+
"name": "file",
|
|
31069
|
+
"type": "str",
|
|
31070
|
+
"required": false,
|
|
31071
|
+
"help": "从本机文件读取description(UTF-8),与 --description 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
31072
|
+
"generatedFileFor": "description"
|
|
30494
31073
|
}
|
|
30495
31074
|
],
|
|
30496
31075
|
"columns": [
|
|
@@ -31964,9 +32543,11 @@
|
|
|
31964
32543
|
{
|
|
31965
32544
|
"name": "text",
|
|
31966
32545
|
"type": "str",
|
|
31967
|
-
"required":
|
|
32546
|
+
"required": false,
|
|
31968
32547
|
"positional": true,
|
|
31969
|
-
"help": "Prompt text"
|
|
32548
|
+
"help": "Prompt text",
|
|
32549
|
+
"fromFile": true,
|
|
32550
|
+
"requiredUnlessFile": true
|
|
31970
32551
|
},
|
|
31971
32552
|
{
|
|
31972
32553
|
"name": "timeout",
|
|
@@ -31974,6 +32555,13 @@
|
|
|
31974
32555
|
"default": 120,
|
|
31975
32556
|
"required": false,
|
|
31976
32557
|
"help": "Max seconds to wait"
|
|
32558
|
+
},
|
|
32559
|
+
{
|
|
32560
|
+
"name": "file",
|
|
32561
|
+
"type": "str",
|
|
32562
|
+
"required": false,
|
|
32563
|
+
"help": "从本机文件读取text(UTF-8),与 <text> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
32564
|
+
"generatedFileFor": "text"
|
|
31977
32565
|
}
|
|
31978
32566
|
],
|
|
31979
32567
|
"columns": [
|
|
@@ -32222,9 +32810,18 @@
|
|
|
32222
32810
|
{
|
|
32223
32811
|
"name": "text",
|
|
32224
32812
|
"type": "str",
|
|
32225
|
-
"required":
|
|
32813
|
+
"required": false,
|
|
32226
32814
|
"positional": true,
|
|
32227
|
-
"help": "Text to send"
|
|
32815
|
+
"help": "Text to send",
|
|
32816
|
+
"fromFile": true,
|
|
32817
|
+
"requiredUnlessFile": true
|
|
32818
|
+
},
|
|
32819
|
+
{
|
|
32820
|
+
"name": "file",
|
|
32821
|
+
"type": "str",
|
|
32822
|
+
"required": false,
|
|
32823
|
+
"help": "从本机文件读取text(UTF-8),与 <text> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
32824
|
+
"generatedFileFor": "text"
|
|
32228
32825
|
}
|
|
32229
32826
|
],
|
|
32230
32827
|
"columns": [
|
|
@@ -32749,15 +33346,24 @@
|
|
|
32749
33346
|
{
|
|
32750
33347
|
"name": "text",
|
|
32751
33348
|
"type": "string",
|
|
32752
|
-
"required":
|
|
33349
|
+
"required": false,
|
|
32753
33350
|
"positional": true,
|
|
32754
|
-
"help": "Comment text"
|
|
33351
|
+
"help": "Comment text",
|
|
33352
|
+
"fromFile": true,
|
|
33353
|
+
"requiredUnlessFile": true
|
|
32755
33354
|
},
|
|
32756
33355
|
{
|
|
32757
33356
|
"name": "execute",
|
|
32758
33357
|
"type": "boolean",
|
|
32759
33358
|
"required": false,
|
|
32760
33359
|
"help": "Actually post the comment"
|
|
33360
|
+
},
|
|
33361
|
+
{
|
|
33362
|
+
"name": "file",
|
|
33363
|
+
"type": "str",
|
|
33364
|
+
"required": false,
|
|
33365
|
+
"help": "从本机文件读取text(UTF-8),与 <text> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
33366
|
+
"generatedFileFor": "text"
|
|
32761
33367
|
}
|
|
32762
33368
|
],
|
|
32763
33369
|
"columns": [
|
|
@@ -33204,9 +33810,11 @@
|
|
|
33204
33810
|
{
|
|
33205
33811
|
"name": "prompt",
|
|
33206
33812
|
"type": "str",
|
|
33207
|
-
"required":
|
|
33813
|
+
"required": false,
|
|
33208
33814
|
"positional": true,
|
|
33209
|
-
"help": "Prompt to send to Qianwen"
|
|
33815
|
+
"help": "Prompt to send to Qianwen",
|
|
33816
|
+
"fromFile": true,
|
|
33817
|
+
"requiredUnlessFile": true
|
|
33210
33818
|
},
|
|
33211
33819
|
{
|
|
33212
33820
|
"name": "timeout",
|
|
@@ -33242,6 +33850,13 @@
|
|
|
33242
33850
|
"default": false,
|
|
33243
33851
|
"required": false,
|
|
33244
33852
|
"help": "Emit assistant reply as markdown"
|
|
33853
|
+
},
|
|
33854
|
+
{
|
|
33855
|
+
"name": "file",
|
|
33856
|
+
"type": "str",
|
|
33857
|
+
"required": false,
|
|
33858
|
+
"help": "从本机文件读取prompt(UTF-8),与 <prompt> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
33859
|
+
"generatedFileFor": "prompt"
|
|
33245
33860
|
}
|
|
33246
33861
|
],
|
|
33247
33862
|
"columns": [
|
|
@@ -33330,9 +33945,11 @@
|
|
|
33330
33945
|
{
|
|
33331
33946
|
"name": "prompt",
|
|
33332
33947
|
"type": "str",
|
|
33333
|
-
"required":
|
|
33948
|
+
"required": false,
|
|
33334
33949
|
"positional": true,
|
|
33335
|
-
"help": "Image prompt to send"
|
|
33950
|
+
"help": "Image prompt to send",
|
|
33951
|
+
"fromFile": true,
|
|
33952
|
+
"requiredUnlessFile": true
|
|
33336
33953
|
},
|
|
33337
33954
|
{
|
|
33338
33955
|
"name": "op",
|
|
@@ -33361,6 +33978,13 @@
|
|
|
33361
33978
|
"default": 180,
|
|
33362
33979
|
"required": false,
|
|
33363
33980
|
"help": "Max seconds to wait for the image response"
|
|
33981
|
+
},
|
|
33982
|
+
{
|
|
33983
|
+
"name": "file",
|
|
33984
|
+
"type": "str",
|
|
33985
|
+
"required": false,
|
|
33986
|
+
"help": "从本机文件读取prompt(UTF-8),与 <prompt> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
33987
|
+
"generatedFileFor": "prompt"
|
|
33364
33988
|
}
|
|
33365
33989
|
],
|
|
33366
33990
|
"columns": [
|
|
@@ -33463,9 +34087,11 @@
|
|
|
33463
34087
|
{
|
|
33464
34088
|
"name": "prompt",
|
|
33465
34089
|
"type": "str",
|
|
33466
|
-
"required":
|
|
34090
|
+
"required": false,
|
|
33467
34091
|
"positional": true,
|
|
33468
|
-
"help": "Prompt to send to Qianwen"
|
|
34092
|
+
"help": "Prompt to send to Qianwen",
|
|
34093
|
+
"fromFile": true,
|
|
34094
|
+
"requiredUnlessFile": true
|
|
33469
34095
|
},
|
|
33470
34096
|
{
|
|
33471
34097
|
"name": "new",
|
|
@@ -33487,6 +34113,13 @@
|
|
|
33487
34113
|
"default": false,
|
|
33488
34114
|
"required": false,
|
|
33489
34115
|
"help": "Enable 深度研究 (DeepResearch)"
|
|
34116
|
+
},
|
|
34117
|
+
{
|
|
34118
|
+
"name": "file",
|
|
34119
|
+
"type": "str",
|
|
34120
|
+
"required": false,
|
|
34121
|
+
"help": "从本机文件读取prompt(UTF-8),与 <prompt> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
34122
|
+
"generatedFileFor": "prompt"
|
|
33490
34123
|
}
|
|
33491
34124
|
],
|
|
33492
34125
|
"columns": [
|
|
@@ -33561,9 +34194,18 @@
|
|
|
33561
34194
|
{
|
|
33562
34195
|
"name": "text",
|
|
33563
34196
|
"type": "string",
|
|
33564
|
-
"required":
|
|
34197
|
+
"required": false,
|
|
33565
34198
|
"positional": true,
|
|
33566
|
-
"help": "Comment text"
|
|
34199
|
+
"help": "Comment text",
|
|
34200
|
+
"fromFile": true,
|
|
34201
|
+
"requiredUnlessFile": true
|
|
34202
|
+
},
|
|
34203
|
+
{
|
|
34204
|
+
"name": "file",
|
|
34205
|
+
"type": "str",
|
|
34206
|
+
"required": false,
|
|
34207
|
+
"help": "从本机文件读取text(UTF-8),与 <text> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
34208
|
+
"generatedFileFor": "text"
|
|
33567
34209
|
}
|
|
33568
34210
|
],
|
|
33569
34211
|
"columns": [
|
|
@@ -33857,9 +34499,18 @@
|
|
|
33857
34499
|
{
|
|
33858
34500
|
"name": "text",
|
|
33859
34501
|
"type": "string",
|
|
33860
|
-
"required":
|
|
34502
|
+
"required": false,
|
|
33861
34503
|
"positional": true,
|
|
33862
|
-
"help": "Reply text"
|
|
34504
|
+
"help": "Reply text",
|
|
34505
|
+
"fromFile": true,
|
|
34506
|
+
"requiredUnlessFile": true
|
|
34507
|
+
},
|
|
34508
|
+
{
|
|
34509
|
+
"name": "file",
|
|
34510
|
+
"type": "str",
|
|
34511
|
+
"required": false,
|
|
34512
|
+
"help": "从本机文件读取text(UTF-8),与 <text> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
34513
|
+
"generatedFileFor": "text"
|
|
33863
34514
|
}
|
|
33864
34515
|
],
|
|
33865
34516
|
"columns": [
|
|
@@ -34025,7 +34676,8 @@
|
|
|
34025
34676
|
"name": "text",
|
|
34026
34677
|
"type": "string",
|
|
34027
34678
|
"required": false,
|
|
34028
|
-
"help": "Body text (markdown) for a self/text post"
|
|
34679
|
+
"help": "Body text (markdown) for a self/text post",
|
|
34680
|
+
"fromFile": true
|
|
34029
34681
|
},
|
|
34030
34682
|
{
|
|
34031
34683
|
"name": "url",
|
|
@@ -34065,6 +34717,13 @@
|
|
|
34065
34717
|
"default": true,
|
|
34066
34718
|
"required": false,
|
|
34067
34719
|
"help": "Receive inbox replies for this post (default: true)"
|
|
34720
|
+
},
|
|
34721
|
+
{
|
|
34722
|
+
"name": "file",
|
|
34723
|
+
"type": "str",
|
|
34724
|
+
"required": false,
|
|
34725
|
+
"help": "从本机文件读取text(UTF-8),与 --text 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
34726
|
+
"generatedFileFor": "text"
|
|
34068
34727
|
}
|
|
34069
34728
|
],
|
|
34070
34729
|
"columns": [
|
|
@@ -36581,9 +37240,11 @@
|
|
|
36581
37240
|
{
|
|
36582
37241
|
"name": "content",
|
|
36583
37242
|
"type": "str",
|
|
36584
|
-
"required":
|
|
37243
|
+
"required": false,
|
|
36585
37244
|
"positional": true,
|
|
36586
|
-
"help": "Message body (sent verbatim, no marker)"
|
|
37245
|
+
"help": "Message body (sent verbatim, no marker)",
|
|
37246
|
+
"fromFile": true,
|
|
37247
|
+
"requiredUnlessFile": true
|
|
36587
37248
|
},
|
|
36588
37249
|
{
|
|
36589
37250
|
"name": "dry-run",
|
|
@@ -36610,6 +37271,13 @@
|
|
|
36610
37271
|
"type": "str",
|
|
36611
37272
|
"required": false,
|
|
36612
37273
|
"help": "Override active server (slug or id)"
|
|
37274
|
+
},
|
|
37275
|
+
{
|
|
37276
|
+
"name": "file",
|
|
37277
|
+
"type": "str",
|
|
37278
|
+
"required": false,
|
|
37279
|
+
"help": "从本机文件读取content(UTF-8),与 <content> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
37280
|
+
"generatedFileFor": "content"
|
|
36613
37281
|
}
|
|
36614
37282
|
],
|
|
36615
37283
|
"columns": [
|
|
@@ -38476,7 +39144,8 @@
|
|
|
38476
39144
|
"name": "body",
|
|
38477
39145
|
"type": "string",
|
|
38478
39146
|
"required": false,
|
|
38479
|
-
"help": "Post body text (blank lines split paragraphs)"
|
|
39147
|
+
"help": "Post body text (blank lines split paragraphs)",
|
|
39148
|
+
"fromFile": true
|
|
38480
39149
|
},
|
|
38481
39150
|
{
|
|
38482
39151
|
"name": "subtitle",
|
|
@@ -38516,6 +39185,13 @@
|
|
|
38516
39185
|
"default": false,
|
|
38517
39186
|
"required": false,
|
|
38518
39187
|
"help": "Create the draft but do not publish"
|
|
39188
|
+
},
|
|
39189
|
+
{
|
|
39190
|
+
"name": "file",
|
|
39191
|
+
"type": "str",
|
|
39192
|
+
"required": false,
|
|
39193
|
+
"help": "从本机文件读取body(UTF-8),与 --body 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
39194
|
+
"generatedFileFor": "body"
|
|
38519
39195
|
}
|
|
38520
39196
|
],
|
|
38521
39197
|
"columns": [
|
|
@@ -38662,7 +39338,8 @@
|
|
|
38662
39338
|
"type": "str",
|
|
38663
39339
|
"required": false,
|
|
38664
39340
|
"positional": true,
|
|
38665
|
-
"help": "Simple-mode description (ignored when --lyrics is provided)"
|
|
39341
|
+
"help": "Simple-mode description (ignored when --lyrics is provided)",
|
|
39342
|
+
"fromFile": true
|
|
38666
39343
|
},
|
|
38667
39344
|
{
|
|
38668
39345
|
"name": "lyrics",
|
|
@@ -38745,6 +39422,13 @@
|
|
|
38745
39422
|
"default": false,
|
|
38746
39423
|
"required": false,
|
|
38747
39424
|
"help": "Required to allow paid downloads (wav). Without it, paid formats are skipped with a warning."
|
|
39425
|
+
},
|
|
39426
|
+
{
|
|
39427
|
+
"name": "file",
|
|
39428
|
+
"type": "str",
|
|
39429
|
+
"required": false,
|
|
39430
|
+
"help": "从本机文件读取prompt(UTF-8),与 <prompt> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
39431
|
+
"generatedFileFor": "prompt"
|
|
38748
39432
|
}
|
|
38749
39433
|
],
|
|
38750
39434
|
"columns": [
|
|
@@ -39188,9 +39872,18 @@
|
|
|
39188
39872
|
{
|
|
39189
39873
|
"name": "text",
|
|
39190
39874
|
"type": "string",
|
|
39191
|
-
"required":
|
|
39875
|
+
"required": false,
|
|
39192
39876
|
"positional": true,
|
|
39193
|
-
"help": "Message text (multi-line allowed)"
|
|
39877
|
+
"help": "Message text (multi-line allowed)",
|
|
39878
|
+
"fromFile": true,
|
|
39879
|
+
"requiredUnlessFile": true
|
|
39880
|
+
},
|
|
39881
|
+
{
|
|
39882
|
+
"name": "file",
|
|
39883
|
+
"type": "str",
|
|
39884
|
+
"required": false,
|
|
39885
|
+
"help": "从本机文件读取text(UTF-8),与 <text> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
39886
|
+
"generatedFileFor": "text"
|
|
39194
39887
|
}
|
|
39195
39888
|
],
|
|
39196
39889
|
"columns": [
|
|
@@ -39268,9 +39961,11 @@
|
|
|
39268
39961
|
{
|
|
39269
39962
|
"name": "text",
|
|
39270
39963
|
"type": "string",
|
|
39271
|
-
"required":
|
|
39964
|
+
"required": false,
|
|
39272
39965
|
"positional": true,
|
|
39273
|
-
"help": "The text content of the thread"
|
|
39966
|
+
"help": "The text content of the thread",
|
|
39967
|
+
"fromFile": true,
|
|
39968
|
+
"requiredUnlessFile": true
|
|
39274
39969
|
},
|
|
39275
39970
|
{
|
|
39276
39971
|
"name": "image",
|
|
@@ -39278,6 +39973,13 @@
|
|
|
39278
39973
|
"required": false,
|
|
39279
39974
|
"valueRequired": true,
|
|
39280
39975
|
"help": "Optional single image path (jpg/jpeg/png/webp/gif)"
|
|
39976
|
+
},
|
|
39977
|
+
{
|
|
39978
|
+
"name": "file",
|
|
39979
|
+
"type": "str",
|
|
39980
|
+
"required": false,
|
|
39981
|
+
"help": "从本机文件读取text(UTF-8),与 <text> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
39982
|
+
"generatedFileFor": "text"
|
|
39281
39983
|
}
|
|
39282
39984
|
],
|
|
39283
39985
|
"columns": [
|
|
@@ -39522,9 +40224,18 @@
|
|
|
39522
40224
|
{
|
|
39523
40225
|
"name": "text",
|
|
39524
40226
|
"type": "str",
|
|
39525
|
-
"required":
|
|
40227
|
+
"required": false,
|
|
39526
40228
|
"positional": true,
|
|
39527
|
-
"help": "Comment text (≤150 chars)"
|
|
40229
|
+
"help": "Comment text (≤150 chars)",
|
|
40230
|
+
"fromFile": true,
|
|
40231
|
+
"requiredUnlessFile": true
|
|
40232
|
+
},
|
|
40233
|
+
{
|
|
40234
|
+
"name": "file",
|
|
40235
|
+
"type": "str",
|
|
40236
|
+
"required": false,
|
|
40237
|
+
"help": "从本机文件读取text(UTF-8),与 <text> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
40238
|
+
"generatedFileFor": "text"
|
|
39528
40239
|
}
|
|
39529
40240
|
],
|
|
39530
40241
|
"columns": [
|
|
@@ -40454,9 +41165,11 @@
|
|
|
40454
41165
|
{
|
|
40455
41166
|
"name": "text",
|
|
40456
41167
|
"type": "str",
|
|
40457
|
-
"required":
|
|
41168
|
+
"required": false,
|
|
40458
41169
|
"positional": true,
|
|
40459
|
-
"help": "Prompt to send into Trae CN"
|
|
41170
|
+
"help": "Prompt to send into Trae CN",
|
|
41171
|
+
"fromFile": true,
|
|
41172
|
+
"requiredUnlessFile": true
|
|
40460
41173
|
},
|
|
40461
41174
|
{
|
|
40462
41175
|
"name": "timeout",
|
|
@@ -40485,6 +41198,13 @@
|
|
|
40485
41198
|
"default": "terminal,delete",
|
|
40486
41199
|
"required": false,
|
|
40487
41200
|
"help": "Comma-separated approval categories for --auto-approve: terminal,delete,keep,all (default: terminal,delete; keep is not default)"
|
|
41201
|
+
},
|
|
41202
|
+
{
|
|
41203
|
+
"name": "file",
|
|
41204
|
+
"type": "str",
|
|
41205
|
+
"required": false,
|
|
41206
|
+
"help": "从本机文件读取text(UTF-8),与 <text> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
41207
|
+
"generatedFileFor": "text"
|
|
40488
41208
|
}
|
|
40489
41209
|
],
|
|
40490
41210
|
"columns": [
|
|
@@ -40587,7 +41307,8 @@
|
|
|
40587
41307
|
"type": "str",
|
|
40588
41308
|
"required": false,
|
|
40589
41309
|
"positional": true,
|
|
40590
|
-
"help": "Optional first prompt to send after creating the task"
|
|
41310
|
+
"help": "Optional first prompt to send after creating the task",
|
|
41311
|
+
"fromFile": true
|
|
40591
41312
|
},
|
|
40592
41313
|
{
|
|
40593
41314
|
"name": "timeout",
|
|
@@ -40595,6 +41316,13 @@
|
|
|
40595
41316
|
"default": 10,
|
|
40596
41317
|
"required": false,
|
|
40597
41318
|
"help": "Max seconds to wait for a fresh task composer (default: 10)"
|
|
41319
|
+
},
|
|
41320
|
+
{
|
|
41321
|
+
"name": "file",
|
|
41322
|
+
"type": "str",
|
|
41323
|
+
"required": false,
|
|
41324
|
+
"help": "从本机文件读取prompt(UTF-8),与 <prompt> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
41325
|
+
"generatedFileFor": "prompt"
|
|
40598
41326
|
}
|
|
40599
41327
|
],
|
|
40600
41328
|
"columns": [
|
|
@@ -42315,15 +43043,24 @@
|
|
|
42315
43043
|
{
|
|
42316
43044
|
"name": "text",
|
|
42317
43045
|
"type": "string",
|
|
42318
|
-
"required":
|
|
43046
|
+
"required": false,
|
|
42319
43047
|
"positional": true,
|
|
42320
|
-
"help": "Message text to send"
|
|
43048
|
+
"help": "Message text to send",
|
|
43049
|
+
"fromFile": true,
|
|
43050
|
+
"requiredUnlessFile": true
|
|
42321
43051
|
},
|
|
42322
43052
|
{
|
|
42323
43053
|
"name": "reply-to",
|
|
42324
43054
|
"type": "string",
|
|
42325
43055
|
"required": false,
|
|
42326
43056
|
"help": "Message id to reply to (from `dm-read`)"
|
|
43057
|
+
},
|
|
43058
|
+
{
|
|
43059
|
+
"name": "file",
|
|
43060
|
+
"type": "str",
|
|
43061
|
+
"required": false,
|
|
43062
|
+
"help": "从本机文件读取text(UTF-8),与 <text> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
43063
|
+
"generatedFileFor": "text"
|
|
42327
43064
|
}
|
|
42328
43065
|
],
|
|
42329
43066
|
"columns": [
|
|
@@ -43029,15 +43766,24 @@
|
|
|
43029
43766
|
{
|
|
43030
43767
|
"name": "text",
|
|
43031
43768
|
"type": "string",
|
|
43032
|
-
"required":
|
|
43769
|
+
"required": false,
|
|
43033
43770
|
"positional": true,
|
|
43034
|
-
"help": "The text content of the tweet"
|
|
43771
|
+
"help": "The text content of the tweet",
|
|
43772
|
+
"fromFile": true,
|
|
43773
|
+
"requiredUnlessFile": true
|
|
43035
43774
|
},
|
|
43036
43775
|
{
|
|
43037
43776
|
"name": "images",
|
|
43038
43777
|
"type": "string",
|
|
43039
43778
|
"required": false,
|
|
43040
43779
|
"help": "Image paths, comma-separated, max 4 (jpg/png/gif/webp)"
|
|
43780
|
+
},
|
|
43781
|
+
{
|
|
43782
|
+
"name": "file",
|
|
43783
|
+
"type": "str",
|
|
43784
|
+
"required": false,
|
|
43785
|
+
"help": "从本机文件读取text(UTF-8),与 <text> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
43786
|
+
"generatedFileFor": "text"
|
|
43041
43787
|
}
|
|
43042
43788
|
],
|
|
43043
43789
|
"columns": [
|
|
@@ -43106,9 +43852,11 @@
|
|
|
43106
43852
|
{
|
|
43107
43853
|
"name": "text",
|
|
43108
43854
|
"type": "string",
|
|
43109
|
-
"required":
|
|
43855
|
+
"required": false,
|
|
43110
43856
|
"positional": true,
|
|
43111
|
-
"help": "The text content of your quote"
|
|
43857
|
+
"help": "The text content of your quote",
|
|
43858
|
+
"fromFile": true,
|
|
43859
|
+
"requiredUnlessFile": true
|
|
43112
43860
|
},
|
|
43113
43861
|
{
|
|
43114
43862
|
"name": "image",
|
|
@@ -43121,6 +43869,13 @@
|
|
|
43121
43869
|
"type": "str",
|
|
43122
43870
|
"required": false,
|
|
43123
43871
|
"help": "Optional remote image URL to download and attach to the quote tweet"
|
|
43872
|
+
},
|
|
43873
|
+
{
|
|
43874
|
+
"name": "file",
|
|
43875
|
+
"type": "str",
|
|
43876
|
+
"required": false,
|
|
43877
|
+
"help": "从本机文件读取text(UTF-8),与 <text> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
43878
|
+
"generatedFileFor": "text"
|
|
43124
43879
|
}
|
|
43125
43880
|
],
|
|
43126
43881
|
"columns": [
|
|
@@ -43198,9 +43953,11 @@
|
|
|
43198
43953
|
{
|
|
43199
43954
|
"name": "text",
|
|
43200
43955
|
"type": "string",
|
|
43201
|
-
"required":
|
|
43956
|
+
"required": false,
|
|
43202
43957
|
"positional": true,
|
|
43203
|
-
"help": "Message text to send (e.g. \"我的微信 wxkabi\")"
|
|
43958
|
+
"help": "Message text to send (e.g. \"我的微信 wxkabi\")",
|
|
43959
|
+
"fromFile": true,
|
|
43960
|
+
"requiredUnlessFile": true
|
|
43204
43961
|
},
|
|
43205
43962
|
{
|
|
43206
43963
|
"name": "max",
|
|
@@ -43222,6 +43979,13 @@
|
|
|
43222
43979
|
"default": 600,
|
|
43223
43980
|
"required": false,
|
|
43224
43981
|
"help": "Max seconds for the overall command (default: 600 — batch op)"
|
|
43982
|
+
},
|
|
43983
|
+
{
|
|
43984
|
+
"name": "file",
|
|
43985
|
+
"type": "str",
|
|
43986
|
+
"required": false,
|
|
43987
|
+
"help": "从本机文件读取text(UTF-8),与 <text> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
43988
|
+
"generatedFileFor": "text"
|
|
43225
43989
|
}
|
|
43226
43990
|
],
|
|
43227
43991
|
"columns": [
|
|
@@ -43273,9 +44037,11 @@
|
|
|
43273
44037
|
{
|
|
43274
44038
|
"name": "text",
|
|
43275
44039
|
"type": "string",
|
|
43276
|
-
"required":
|
|
44040
|
+
"required": false,
|
|
43277
44041
|
"positional": true,
|
|
43278
|
-
"help": "The text content of the scheduled post"
|
|
44042
|
+
"help": "The text content of the scheduled post",
|
|
44043
|
+
"fromFile": true,
|
|
44044
|
+
"requiredUnlessFile": true
|
|
43279
44045
|
},
|
|
43280
44046
|
{
|
|
43281
44047
|
"name": "at",
|
|
@@ -43289,6 +44055,13 @@
|
|
|
43289
44055
|
"default": 10,
|
|
43290
44056
|
"required": false,
|
|
43291
44057
|
"help": "Schedule this many minutes from now"
|
|
44058
|
+
},
|
|
44059
|
+
{
|
|
44060
|
+
"name": "file",
|
|
44061
|
+
"type": "str",
|
|
44062
|
+
"required": false,
|
|
44063
|
+
"help": "从本机文件读取text(UTF-8),与 <text> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
44064
|
+
"generatedFileFor": "text"
|
|
43292
44065
|
}
|
|
43293
44066
|
],
|
|
43294
44067
|
"columns": [
|
|
@@ -44497,9 +45270,11 @@
|
|
|
44497
45270
|
{
|
|
44498
45271
|
"name": "text",
|
|
44499
45272
|
"type": "string",
|
|
44500
|
-
"required":
|
|
45273
|
+
"required": false,
|
|
44501
45274
|
"positional": true,
|
|
44502
|
-
"help": "帖子正文(message)"
|
|
45275
|
+
"help": "帖子正文(message)",
|
|
45276
|
+
"fromFile": true,
|
|
45277
|
+
"requiredUnlessFile": true
|
|
44503
45278
|
},
|
|
44504
45279
|
{
|
|
44505
45280
|
"name": "owner-id",
|
|
@@ -44520,6 +45295,13 @@
|
|
|
44520
45295
|
"default": false,
|
|
44521
45296
|
"required": false,
|
|
44522
45297
|
"help": "仅好友可见"
|
|
45298
|
+
},
|
|
45299
|
+
{
|
|
45300
|
+
"name": "file",
|
|
45301
|
+
"type": "str",
|
|
45302
|
+
"required": false,
|
|
45303
|
+
"help": "从本机文件读取text(UTF-8),与 <text> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
45304
|
+
"generatedFileFor": "text"
|
|
44523
45305
|
}
|
|
44524
45306
|
],
|
|
44525
45307
|
"columns": [
|
|
@@ -44740,7 +45522,8 @@
|
|
|
44740
45522
|
"name": "caption",
|
|
44741
45523
|
"type": "str",
|
|
44742
45524
|
"required": false,
|
|
44743
|
-
"help": "描述内容,支持直接写 #话题(如:日常生活 #搞笑 #生活)"
|
|
45525
|
+
"help": "描述内容,支持直接写 #话题(如:日常生活 #搞笑 #生活)",
|
|
45526
|
+
"fromFile": true
|
|
44744
45527
|
},
|
|
44745
45528
|
{
|
|
44746
45529
|
"name": "schedule",
|
|
@@ -44768,6 +45551,13 @@
|
|
|
44768
45551
|
"default": 600,
|
|
44769
45552
|
"required": false,
|
|
44770
45553
|
"help": "命令整体超时秒数(含登录等待 + 上传转码,默认 600)"
|
|
45554
|
+
},
|
|
45555
|
+
{
|
|
45556
|
+
"name": "file",
|
|
45557
|
+
"type": "str",
|
|
45558
|
+
"required": false,
|
|
45559
|
+
"help": "从本机文件读取caption(UTF-8),与 --caption 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
45560
|
+
"generatedFileFor": "caption"
|
|
44771
45561
|
}
|
|
44772
45562
|
],
|
|
44773
45563
|
"columns": [
|
|
@@ -45386,9 +46176,11 @@
|
|
|
45386
46176
|
{
|
|
45387
46177
|
"name": "content",
|
|
45388
46178
|
"type": "str",
|
|
45389
|
-
"required":
|
|
46179
|
+
"required": false,
|
|
45390
46180
|
"positional": true,
|
|
45391
|
-
"help": "文章正文"
|
|
46181
|
+
"help": "文章正文",
|
|
46182
|
+
"fromFile": true,
|
|
46183
|
+
"requiredUnlessFile": true
|
|
45392
46184
|
},
|
|
45393
46185
|
{
|
|
45394
46186
|
"name": "author",
|
|
@@ -45414,6 +46206,13 @@
|
|
|
45414
46206
|
"default": 180,
|
|
45415
46207
|
"required": false,
|
|
45416
46208
|
"help": "Max seconds for the overall command (default: 180)"
|
|
46209
|
+
},
|
|
46210
|
+
{
|
|
46211
|
+
"name": "file",
|
|
46212
|
+
"type": "str",
|
|
46213
|
+
"required": false,
|
|
46214
|
+
"help": "从本机文件读取content(UTF-8),与 <content> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
46215
|
+
"generatedFileFor": "content"
|
|
45417
46216
|
}
|
|
45418
46217
|
],
|
|
45419
46218
|
"columns": [
|
|
@@ -47167,7 +47966,15 @@
|
|
|
47167
47966
|
"name": "text",
|
|
47168
47967
|
"type": "str",
|
|
47169
47968
|
"required": false,
|
|
47170
|
-
"help": "Message to send after opening the chat"
|
|
47969
|
+
"help": "Message to send after opening the chat",
|
|
47970
|
+
"fromFile": true
|
|
47971
|
+
},
|
|
47972
|
+
{
|
|
47973
|
+
"name": "file",
|
|
47974
|
+
"type": "str",
|
|
47975
|
+
"required": false,
|
|
47976
|
+
"help": "从本机文件读取text(UTF-8),与 --text 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
47977
|
+
"generatedFileFor": "text"
|
|
47171
47978
|
}
|
|
47172
47979
|
],
|
|
47173
47980
|
"columns": [
|
|
@@ -47272,7 +48079,8 @@
|
|
|
47272
48079
|
"name": "desc",
|
|
47273
48080
|
"type": "str",
|
|
47274
48081
|
"required": false,
|
|
47275
|
-
"help": "新详情描述"
|
|
48082
|
+
"help": "新详情描述",
|
|
48083
|
+
"fromFile": true
|
|
47276
48084
|
},
|
|
47277
48085
|
{
|
|
47278
48086
|
"name": "price",
|
|
@@ -47291,6 +48099,13 @@
|
|
|
47291
48099
|
"type": "int",
|
|
47292
48100
|
"required": false,
|
|
47293
48101
|
"help": "新库存数量"
|
|
48102
|
+
},
|
|
48103
|
+
{
|
|
48104
|
+
"name": "file",
|
|
48105
|
+
"type": "str",
|
|
48106
|
+
"required": false,
|
|
48107
|
+
"help": "从本机文件读取desc(UTF-8),与 --desc 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
48108
|
+
"generatedFileFor": "desc"
|
|
47294
48109
|
}
|
|
47295
48110
|
],
|
|
47296
48111
|
"columns": [
|
|
@@ -47680,7 +48495,15 @@
|
|
|
47680
48495
|
"type": "str",
|
|
47681
48496
|
"default": "",
|
|
47682
48497
|
"required": false,
|
|
47683
|
-
"help": "发货附言(可选)"
|
|
48498
|
+
"help": "发货附言(可选)",
|
|
48499
|
+
"fromFile": true
|
|
48500
|
+
},
|
|
48501
|
+
{
|
|
48502
|
+
"name": "file",
|
|
48503
|
+
"type": "str",
|
|
48504
|
+
"required": false,
|
|
48505
|
+
"help": "从本机文件读取text(UTF-8),与 --text 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
48506
|
+
"generatedFileFor": "text"
|
|
47684
48507
|
}
|
|
47685
48508
|
],
|
|
47686
48509
|
"columns": [
|
|
@@ -47803,9 +48626,11 @@
|
|
|
47803
48626
|
{
|
|
47804
48627
|
"name": "description",
|
|
47805
48628
|
"type": "str",
|
|
47806
|
-
"required":
|
|
48629
|
+
"required": false,
|
|
47807
48630
|
"positional": true,
|
|
47808
|
-
"help": "商品描述/详情"
|
|
48631
|
+
"help": "商品描述/详情",
|
|
48632
|
+
"fromFile": true,
|
|
48633
|
+
"requiredUnlessFile": true
|
|
47809
48634
|
},
|
|
47810
48635
|
{
|
|
47811
48636
|
"name": "price",
|
|
@@ -47845,6 +48670,13 @@
|
|
|
47845
48670
|
"type": "str",
|
|
47846
48671
|
"required": false,
|
|
47847
48672
|
"help": "本地图片路径,多张用逗号分隔(选填,如:/tmp/a.jpg,/tmp/b.jpg)"
|
|
48673
|
+
},
|
|
48674
|
+
{
|
|
48675
|
+
"name": "file",
|
|
48676
|
+
"type": "str",
|
|
48677
|
+
"required": false,
|
|
48678
|
+
"help": "从本机文件读取description(UTF-8),与 <description> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
48679
|
+
"generatedFileFor": "description"
|
|
47848
48680
|
}
|
|
47849
48681
|
],
|
|
47850
48682
|
"columns": [
|
|
@@ -47929,8 +48761,10 @@
|
|
|
47929
48761
|
{
|
|
47930
48762
|
"name": "text",
|
|
47931
48763
|
"type": "str",
|
|
47932
|
-
"required":
|
|
47933
|
-
"help": "Message text to send"
|
|
48764
|
+
"required": false,
|
|
48765
|
+
"help": "Message text to send",
|
|
48766
|
+
"fromFile": true,
|
|
48767
|
+
"requiredUnlessFile": true
|
|
47934
48768
|
},
|
|
47935
48769
|
{
|
|
47936
48770
|
"name": "rank",
|
|
@@ -47938,6 +48772,13 @@
|
|
|
47938
48772
|
"default": 0,
|
|
47939
48773
|
"required": false,
|
|
47940
48774
|
"help": "Conversation rank from xianyu inbox; clicks the visible row instead of requiring IDs"
|
|
48775
|
+
},
|
|
48776
|
+
{
|
|
48777
|
+
"name": "file",
|
|
48778
|
+
"type": "str",
|
|
48779
|
+
"required": false,
|
|
48780
|
+
"help": "从本机文件读取text(UTF-8),与 --text 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
48781
|
+
"generatedFileFor": "text"
|
|
47941
48782
|
}
|
|
47942
48783
|
],
|
|
47943
48784
|
"columns": [
|
|
@@ -50165,7 +51006,8 @@
|
|
|
50165
51006
|
"type": "str",
|
|
50166
51007
|
"default": "",
|
|
50167
51008
|
"required": false,
|
|
50168
|
-
"help": "Background description (optional)"
|
|
51009
|
+
"help": "Background description (optional)",
|
|
51010
|
+
"fromFile": true
|
|
50169
51011
|
},
|
|
50170
51012
|
{
|
|
50171
51013
|
"name": "output",
|
|
@@ -50180,6 +51022,13 @@
|
|
|
50180
51022
|
"default": false,
|
|
50181
51023
|
"required": false,
|
|
50182
51024
|
"help": "Only show URL"
|
|
51025
|
+
},
|
|
51026
|
+
{
|
|
51027
|
+
"name": "file",
|
|
51028
|
+
"type": "str",
|
|
51029
|
+
"required": false,
|
|
51030
|
+
"help": "从本机文件读取prompt(UTF-8),与 --prompt 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
51031
|
+
"generatedFileFor": "prompt"
|
|
50183
51032
|
}
|
|
50184
51033
|
],
|
|
50185
51034
|
"columns": [
|
|
@@ -50212,9 +51061,11 @@
|
|
|
50212
51061
|
{
|
|
50213
51062
|
"name": "prompt",
|
|
50214
51063
|
"type": "str",
|
|
50215
|
-
"required":
|
|
51064
|
+
"required": false,
|
|
50216
51065
|
"positional": true,
|
|
50217
|
-
"help": "Editing instruction (e.g. \"Make it look vintage\")"
|
|
51066
|
+
"help": "Editing instruction (e.g. \"Make it look vintage\")",
|
|
51067
|
+
"fromFile": true,
|
|
51068
|
+
"requiredUnlessFile": true
|
|
50218
51069
|
},
|
|
50219
51070
|
{
|
|
50220
51071
|
"name": "model",
|
|
@@ -50240,6 +51091,13 @@
|
|
|
50240
51091
|
"default": false,
|
|
50241
51092
|
"required": false,
|
|
50242
51093
|
"help": "Only show URL"
|
|
51094
|
+
},
|
|
51095
|
+
{
|
|
51096
|
+
"name": "file",
|
|
51097
|
+
"type": "str",
|
|
51098
|
+
"required": false,
|
|
51099
|
+
"help": "从本机文件读取prompt(UTF-8),与 <prompt> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
51100
|
+
"generatedFileFor": "prompt"
|
|
50243
51101
|
}
|
|
50244
51102
|
],
|
|
50245
51103
|
"columns": [
|
|
@@ -50313,9 +51171,11 @@
|
|
|
50313
51171
|
{
|
|
50314
51172
|
"name": "prompt",
|
|
50315
51173
|
"type": "str",
|
|
50316
|
-
"required":
|
|
51174
|
+
"required": false,
|
|
50317
51175
|
"positional": true,
|
|
50318
|
-
"help": "Text prompt describing the image"
|
|
51176
|
+
"help": "Text prompt describing the image",
|
|
51177
|
+
"fromFile": true,
|
|
51178
|
+
"requiredUnlessFile": true
|
|
50319
51179
|
},
|
|
50320
51180
|
{
|
|
50321
51181
|
"name": "model",
|
|
@@ -50357,6 +51217,13 @@
|
|
|
50357
51217
|
"default": false,
|
|
50358
51218
|
"required": false,
|
|
50359
51219
|
"help": "Only show URLs, skip download"
|
|
51220
|
+
},
|
|
51221
|
+
{
|
|
51222
|
+
"name": "file",
|
|
51223
|
+
"type": "str",
|
|
51224
|
+
"required": false,
|
|
51225
|
+
"help": "从本机文件读取prompt(UTF-8),与 <prompt> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
51226
|
+
"generatedFileFor": "prompt"
|
|
50360
51227
|
}
|
|
50361
51228
|
],
|
|
50362
51229
|
"columns": [
|
|
@@ -50689,9 +51556,11 @@
|
|
|
50689
51556
|
{
|
|
50690
51557
|
"name": "prompt",
|
|
50691
51558
|
"type": "str",
|
|
50692
|
-
"required":
|
|
51559
|
+
"required": false,
|
|
50693
51560
|
"positional": true,
|
|
50694
|
-
"help": "Text prompt describing the video"
|
|
51561
|
+
"help": "Text prompt describing the video",
|
|
51562
|
+
"fromFile": true,
|
|
51563
|
+
"requiredUnlessFile": true
|
|
50695
51564
|
},
|
|
50696
51565
|
{
|
|
50697
51566
|
"name": "model",
|
|
@@ -50733,6 +51602,13 @@
|
|
|
50733
51602
|
"default": false,
|
|
50734
51603
|
"required": false,
|
|
50735
51604
|
"help": "Only show URL, skip download"
|
|
51605
|
+
},
|
|
51606
|
+
{
|
|
51607
|
+
"name": "file",
|
|
51608
|
+
"type": "str",
|
|
51609
|
+
"required": false,
|
|
51610
|
+
"help": "从本机文件读取prompt(UTF-8),与 <prompt> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
51611
|
+
"generatedFileFor": "prompt"
|
|
50736
51612
|
}
|
|
50737
51613
|
],
|
|
50738
51614
|
"columns": [
|
|
@@ -51030,7 +51906,8 @@
|
|
|
51030
51906
|
"type": "str",
|
|
51031
51907
|
"default": "",
|
|
51032
51908
|
"required": false,
|
|
51033
|
-
"help": "Video description"
|
|
51909
|
+
"help": "Video description",
|
|
51910
|
+
"fromFile": true
|
|
51034
51911
|
},
|
|
51035
51912
|
{
|
|
51036
51913
|
"name": "tags",
|
|
@@ -51064,6 +51941,13 @@
|
|
|
51064
51941
|
"unlisted",
|
|
51065
51942
|
"private"
|
|
51066
51943
|
]
|
|
51944
|
+
},
|
|
51945
|
+
{
|
|
51946
|
+
"name": "file",
|
|
51947
|
+
"type": "str",
|
|
51948
|
+
"required": false,
|
|
51949
|
+
"help": "从本机文件读取description(UTF-8),与 --description 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
51950
|
+
"generatedFileFor": "description"
|
|
51067
51951
|
}
|
|
51068
51952
|
],
|
|
51069
51953
|
"columns": [
|
|
@@ -51367,9 +52251,11 @@
|
|
|
51367
52251
|
{
|
|
51368
52252
|
"name": "prompt",
|
|
51369
52253
|
"type": "str",
|
|
51370
|
-
"required":
|
|
52254
|
+
"required": false,
|
|
51371
52255
|
"positional": true,
|
|
51372
|
-
"help": "Prompt to send"
|
|
52256
|
+
"help": "Prompt to send",
|
|
52257
|
+
"fromFile": true,
|
|
52258
|
+
"requiredUnlessFile": true
|
|
51373
52259
|
},
|
|
51374
52260
|
{
|
|
51375
52261
|
"name": "timeout",
|
|
@@ -51391,6 +52277,13 @@
|
|
|
51391
52277
|
"default": false,
|
|
51392
52278
|
"required": false,
|
|
51393
52279
|
"help": "Enable Yuanbao deep thinking (default: false)"
|
|
52280
|
+
},
|
|
52281
|
+
{
|
|
52282
|
+
"name": "file",
|
|
52283
|
+
"type": "str",
|
|
52284
|
+
"required": false,
|
|
52285
|
+
"help": "从本机文件读取prompt(UTF-8),与 <prompt> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
52286
|
+
"generatedFileFor": "prompt"
|
|
51394
52287
|
}
|
|
51395
52288
|
],
|
|
51396
52289
|
"columns": [
|
|
@@ -51542,9 +52435,11 @@
|
|
|
51542
52435
|
{
|
|
51543
52436
|
"name": "prompt",
|
|
51544
52437
|
"type": "str",
|
|
51545
|
-
"required":
|
|
52438
|
+
"required": false,
|
|
51546
52439
|
"positional": true,
|
|
51547
|
-
"help": "Prompt to send to Yuanbao"
|
|
52440
|
+
"help": "Prompt to send to Yuanbao",
|
|
52441
|
+
"fromFile": true,
|
|
52442
|
+
"requiredUnlessFile": true
|
|
51548
52443
|
},
|
|
51549
52444
|
{
|
|
51550
52445
|
"name": "new",
|
|
@@ -51552,6 +52447,13 @@
|
|
|
51552
52447
|
"default": false,
|
|
51553
52448
|
"required": false,
|
|
51554
52449
|
"help": "Start a new chat before sending"
|
|
52450
|
+
},
|
|
52451
|
+
{
|
|
52452
|
+
"name": "file",
|
|
52453
|
+
"type": "str",
|
|
52454
|
+
"required": false,
|
|
52455
|
+
"help": "从本机文件读取prompt(UTF-8),与 <prompt> 二选一。长正文建议走文件:命令行上只剩短参数,不受 shell 引号 / 换行 / 编码影响",
|
|
52456
|
+
"generatedFileFor": "prompt"
|
|
51555
52457
|
}
|
|
51556
52458
|
],
|
|
51557
52459
|
"columns": [
|