Skip to content

Commit

Permalink
Document the new --retweet feature in bti.xml and add it to bash comp…
Browse files Browse the repository at this point in the history
…letion.
  • Loading branch information
gregoa committed Dec 17, 2010
1 parent 31070bf commit cbe4501
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bti-bashcompletion
Expand Up @@ -8,7 +8,7 @@ _bti()
COMPREPLY=( $(compgen -W "-a -A -p -P -H -b -d -v -s -n -g -h -r
--account --action --password --proxy --host --bash \
--user --debug --dry-run --shrink-urls --page --version --verbose \
--help --replyto" -- ${cur}) )
--help --replyto --retweet" -- ${cur}) )
fi

if [[ "${prev}" == "--host" ]] ; then
Expand Down
9 changes: 9 additions & 0 deletions bti.xml
Expand Up @@ -35,6 +35,7 @@
<arg><option>--logfile LOGFILE</option></arg>
<arg><option>--config CONFIGFILE</option></arg>
<arg><option>--replyto ID</option></arg>
<arg><option>--retweet ID</option></arg>
<arg><option>--page PAGENUMBER</option></arg>
<arg><option>--bash</option></arg>
<arg><option>--shrink-urls</option></arg>
Expand Down Expand Up @@ -159,6 +160,14 @@
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--retweet ID</option></term>
<listitem>
<para>
Status ID of a single post which you want to retweet.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--shrink-urls</option></term>
<listitem>
Expand Down

0 comments on commit cbe4501

Please sign in to comment.