Refactoring: remove context switching, another way to catch panics, colored output. #96

This commit is contained in:
Andrey Smirnov
2014-08-25 22:05:02 +04:00
parent 39a1f0ec2d
commit 68e600974d
5 changed files with 80 additions and 77 deletions

View File

@@ -1,34 +1,26 @@
1) [Running]: repo list

Begin command output: ----------------------------
 
1) [Running]: repo list
Begin command output: ----------------------------
No local repositories found, create one with `aptly repo create ...`.
End command output: ------------------------------
 
2) [Running]: repo create local

Begin command output: ----------------------------
 
End command output: ------------------------------
2) [Running]: repo create local
Begin command output: ----------------------------
Local repo [local] successfully added.
You can run 'aptly repo add local ...' to add packages to repository.
End command output: ------------------------------
 
3) [Running]: repo drop local

Begin command output: ----------------------------
 
End command output: ------------------------------
Local repo `local` has been removed.
3) [Running]: repo drop local
End command output: ------------------------------
 
4) [Running]: version

Begin command output: ----------------------------
 
Begin command output: ----------------------------
End command output: ------------------------------
aptly version: 0.8~dev
4) [Running]: version
End command output: ------------------------------
 
Begin command output: ----------------------------
End command output: ------------------------------