Blame view
tests/list.t
509 Bytes
|
9666bd499
|
1 |
Empty initial listing. |
|
72c01604f
|
2 |
|
|
9666bd499
|
3 |
$ antigen-list |
|
f3172c16b
|
4 5 |
You don't have any bundles.
[1]
|
|
f3172c16b
|
6 |
|
|
9666bd499
|
7 8 9 10 11 12 |
Add a bundle.
$ antigen-bundle $PLUGIN_DIR
Cloning into '.+?'\.\.\. (re)
done.
$ antigen-list
|
|
4098b408d
|
13 |
.*?/test-plugin / plugin (re) |
|
9666bd499
|
14 15 16 17 18 |
Add same bundle and check uniqueness.
$ antigen-bundle $PLUGIN_DIR
$ antigen-list
|
|
4098b408d
|
19 |
.*?/test-plugin / plugin (re) |
|
48e180c22
|
20 21 22 23 24 25 26 |
Add another bundle.
$ antigen-bundle $PLUGIN_DIR2
Cloning into '.+?'\.\.\. (re)
done.
$ antigen-list
|
|
4098b408d
|
27 28 |
.*?/test-plugin / plugin (re)
.*?/test-plugin2 / plugin (re)
|