features/todo.feature in gli-2.18.2 vs features/todo.feature in gli-2.19.0
- old
+ new
@@ -189,11 +189,11 @@
"""
NAME
list - List things, such as tasks or contexts
SYNOPSIS
- todo [global options] list [command options] [tasks] [--flag arg] [-x arg] [task][, [task]]*
+ todo [global options] list [command options] [tasks] [--flag arg] [-x arg] [task]...
todo [global options] list [command options] contexts [--otherflag arg] [-b] [-f|--foobar]
DESCRIPTION
List a whole lot of things that you might be keeping track of in your
overall todo list.
@@ -259,11 +259,11 @@
"""
NAME
list - List things, such as tasks or contexts
SYNOPSIS
- todo [global options] list [command options] [tasks] [--flag arg] [-x arg] [task][, [task]]*
+ todo [global options] list [command options] [tasks] [--flag arg] [-x arg] [task]...
todo [global options] list [command options] contexts [--otherflag arg] [-b] [-f|--foobar]
DESCRIPTION
List a whole lot of things that you might be keeping track of in your overall todo list. This is your go-to place or finding all of the things that you might have stored in your todo databases.
@@ -284,11 +284,11 @@
"""
NAME
list - List things, such as tasks or contexts
SYNOPSIS
- todo [global options] list [command options] [tasks] [--flag arg] [-x arg] [task][, [task]]*
+ todo [global options] list [command options] [tasks] [--flag arg] [-x arg] [task]...
todo [global options] list [command options] contexts [--otherflag arg] [-b] [-f|--foobar]
DESCRIPTION
List a whole lot of things that you might be keeping track of
@@ -317,11 +317,11 @@
"""
NAME
list - List things, such as tasks or contexts
SYNOPSIS
- todo [global options] list [command options] [tasks] [--flag arg] [-x arg] [task][, [task]]*
+ todo [global options] list [command options] [tasks] [--flag arg] [-x arg] [task]...
todo [global options] list [command options] contexts [--otherflag arg] [-b] [-f|--foobar]
DESCRIPTION
List a whole lot of things that you might be keeping track of in your overall todo list. This is your go-to place or finding all of the things that you might have stored in your todo databases.
@@ -341,11 +341,11 @@
"""
NAME
tasks - List tasks
SYNOPSIS
- todo [global options] list tasks [command options] [task][, [task]]*
+ todo [global options] list tasks [command options] [task]...
todo [global options] list tasks [command options] open [--flag arg] [-x arg]
DESCRIPTION
Lists all of your tasks that you have, in varying orders, and all that
stuff. Yes, this is long, but I need a long description.
@@ -368,13 +368,13 @@
SYNOPSIS
todo [global options] create
todo [global options] create contexts [context_name]
todo [global options] create relation_1-1 first second [name]
- todo [global options] create relation_1-n first second[, second]* [name]
- todo [global options] create relation_n-1 first[, first]* second [name]
- todo [global options] create tasks task_name[, task_name]*
+ todo [global options] create relation_1-n first second... [name]
+ todo [global options] create relation_n-1 first... second [name]
+ todo [global options] create tasks task_name...
COMMANDS
<default> - Makes a new task
contexts - Make a new context
relation_1-1 -
@@ -528,10 +528,10 @@
"""
NAME
list - List things, such as tasks or contexts
SYNOPSIS
- todo [global options] list [command options] [tasks] [subcommand options] [task][, [task]]*
+ todo [global options] list [command options] [tasks] [subcommand options] [task]...
todo [global options] list [command options] contexts [subcommand options]
DESCRIPTION
List a whole lot of things that you might be keeping track of in your
overall todo list.