Edit ticket links using CLI?

Is it possible to edit ticket links using the command line tool (rt)? If
so, what are the field names?

Thanks.

Joshua Colson jcolson@voidgate.org

Is it possible to edit ticket links using the command line tool (rt)?
If
so, what are the field names?

There is a separate CLI subcommand for this (see rt help link), for
example:

rt link DependsOn
rt link RefersTo
rt link -d DependsOn (deletes a link)

To display links

rt show ticket//links