瀏覽代碼

Support --code and --font flags on `writeas new`

tags/v0.4
Matt Baer 8 年之前
父節點
當前提交
8392e1b817
共有 1 個檔案被更改,包括 1 行新增11 行删除
  1. +1
    -11
      writeas/cli.go

+ 1
- 11
writeas/cli.go 查看文件

@@ -86,17 +86,7 @@ func main() {
If posting fails for any reason, 'writeas' will show you the temporary file
location and how to pipe it to 'writeas' to retry.`,
Action: cmdNew,
Flags: []cli.Flag{
cli.BoolFlag{
Name: "tor, t",
Usage: "Post via Tor hidden service",
},
cli.IntFlag{
Name: "tor-port",
Usage: "Use a different port to connect to Tor",
Value: 9150,
},
},
Flags: postFlags,
},
{
Name: "delete",


Loading…
取消
儲存