Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/belicusbr/com.cobilas.cs.cli.objective-list


https://github.com/belicusbr/com.cobilas.cs.cli.objective-list

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# Cobilas.CLI.ObjectiveList
## Functions
### [AppName] [--version/-v]
Displays the current version of the application.

### [AppName] [--help/-h]
Displays the list of program commands.

### [AppName] [init/-i] [arg:file path]
Initializes a file in .xml format where tasks will be stored.

[arg:file path] Relative or full path of the target file.

### [AppName] [--rename/-r] [arg1:folder path] [arg2:file name] [arg3:new file name]
Renames the file where tasks are stored.
[arg1:folder path] Relative or full directory path of the target file.
[arg2:file name] The name of the target file.
[arg3:new file name] The new name for the target file.

### [AppName] [--clear/-c] [arg:file path]
Clears the task list.

[arg:file path] Relative or full path of the target file.

### [AppName] [--show/-s] [--item/--i] [arg:file path]
[AppName] [--show/-s] [--item/--i] [--path/-p] [opc-arg:path] [arg:file path]
Displays task list items.

[arg:file path] Relative or full path of the target file.
#### mandatory options
[--path/-p] [opc-arg:path] Represents the path in the task list tree.[example: 1.2.5]

### [AppName] [--show/-s] [--list/-l] [--status/--s] [arg:file path]
Displays task list items.

[arg:file path] Relative or full path of the target file.
#### options
[--status/--s] [arg[true|false]] The status of the task.

### [AppName] [--element/-e] [add] [arg:file path]
Changes the task list.
[AppName] [--element/-e] [add] [--title/-t] [opc-arg] [--path/-p] [opc-arg:path] [--description/-d] [opc-arg] [arg:file path]
[AppName] [--element/-e] [add] [--title/-t] [opc-arg] [--path/-p] [opc-arg:path] [arg:file path]
[AppName] [--element/-e] [add] [--title/-t] [opc-arg] [--description/-d] [opc-arg] [arg:file path]
[AppName] [--element/-e] [add] [--title/-t] [opc-arg] [arg:file path]

[arg:file path] Relative or full path of the target file.

#### mandatory options
[--title/-t] [opc-arg] The task title.

#### options
[--path/-p] [opc-arg:path] Represents the path in the task list tree.[example: 1.2.5]
[--description/-d] [opc-arg] The task description.

### [AppName] [--element/-e] [remove] [arg:file path]
Changes the task list.
[AppName] [--element/-e] [remove] [--path/-p] [opc-arg:path] [arg:file path]

[arg:file path] Relative or full path of the target file.

#### mandatory options
[--path/-p] [opc-arg:path] Represents the path in the task list tree.[example: 1.2.5]

### [AppName] [set] [--replacetile/-rt] [arg:file path]
Change specific items in task list.
[AppName] [set] [--replacetile/-rt] [--title/-t] [opc-arg] [--path/-p] [opc-arg:path] [arg:file path]

[arg:file path] Relative or full path of the target file.

#### mandatory options
[--title/-t] [opc-arg] The task title.
[--path/-p] [opc-arg:path] Represents the path in the task list tree.[example: 1.2.5]

### [AppName] [set] [--replacedesc/-rd] [arg:file path]
Change specific items in task list.
[AppName] [set] [--replacedesc/-rd] [--description/-d] [opc-arg] [--path/-p] [opc-arg:path] [arg:file path]

[arg:file path] Relative or full path of the target file.

#### mandatory options
[--description/-d] [opc-arg] The task description.
[--path/-p] [opc-arg:path] Represents the path in the task list tree.[example: 1.2.5]

### [AppName] [set] [--replacestatus/-rs] [arg:file path]
Change specific items in task list.
[AppName] [set] [--replacestatus/-rs] [--status/--s] [arg[true|false]] [--path/-p] [opc-arg:path] [arg:file path]

[arg:file path] Relative or full path of the target file.

#### mandatory options
[--status/--s] [arg[true|false]] The status of the task.
[--path/-p] [opc-arg:path] Represents the path in the task list tree.[example: 1.2.5]

### [AppName] [set] [--move/-m] [arg:file path]
Change specific items in task list.
[AppName] [set] [--move/-m] [--path/-p] [opc-arg:1.0.1] [--moveto/-mt] [arg[1.0.2]] [arg:file path]

[arg:file path] Relative or full path of the target file.

#### mandatory options
[--moveto/-mt] [arg[true|false]] The path to move to.[example:1.0.1 to 1.0.2]
[--path/-p] [opc-arg:path] Represents the path in the task list tree.[example: 1.2.5]