cchain 0.1.2

A command line chain execution tool
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
  {
    "command": "git",
    "arguments": ["add", "--all"],
    "retry": 0
  },
  {
    "command": "git",
    "arguments": ["commit", "-m", "now the program is able to generate a template file and able to let users choose the files under cwd."],
    "retry": 0
  },
  {
    "command": "git",
    "arguments": ["push"],
    "retry": 0
  }
]