taskcmd 0.1.3

Task commander
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
.note Example of a single
      command definition.

.tasks

  .run
    .note This task runs a very sophisticated command.
    .cmd true
      .note This command always returns code 0,
            it means "always successful".

.note End of definitions.