export ID for stream. add -i to reply
This commit is contained in:
parent
998ab3d74a
commit
e47dd5a618
3 changed files with 9 additions and 1 deletions
|
@ -174,6 +174,11 @@ func makeApp() *cli.App {
|
|||
Usage: "post utf-8 string from a file(\"-\" means STDIN)",
|
||||
Value: "",
|
||||
},
|
||||
cli.IntFlag{
|
||||
Name: "i",
|
||||
Usage: "in-reply-to",
|
||||
Value: 0,
|
||||
},
|
||||
},
|
||||
Action: cmdToot,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue