Merge branch 'master' into skipCleanup

This commit is contained in:
Andrey Smirnov
2017-09-27 00:14:24 +03:00
committed by GitHub
8 changed files with 66 additions and 16 deletions
+5
View File
@@ -29,3 +29,8 @@ func InitContext(flags *flag.FlagSet) error {
return err
}
// GetContext gives access to the context
func GetContext() *ctx.AptlyContext {
return context
}