[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

Command rta

NAME

Command rta :: Ref Task add

SYNOPSIS

rta RefName TaskName [description]

DESCRIPTION

The rta function is used to add a new task to a referential. The parameters are the referential name and the name of the new task. The description of the task can be passed as third parameter.

EXAMPLE

In this example, a referential named `my_ref' is created with ra. Two tasks are created in this referential with the rta command : `my_task_1' and `my_task_2'. For `my_task_2' creation, a description is passed as third parameter.

rtc is used before and after tasks creation to print tasks count. rtl is used to print task list.

 
$ dio87d -d
$ dio87c -- ra my_ref
$ dio87c -- rtc my_ref
0
$
$ dio87c -- rta my_ref my_task_1
$ dio87c -- rta my_ref my_task_2 "a second task"
$
$ dio87c -- rtc my_ref
2
$ dio87c -- rtl -d my_ref
my_task_1
my_task_2     a second task
$

ACCESS CONTROL

This function requires the `admin' privilege for the `referential' command family.

SEE ALSO



This document was generated by dom on September, 11 2005 using texi2html