We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0aaa8b + 91a3dc9 commit 325d391Copy full SHA for 325d391
1 file changed
cmd/context.go
@@ -29,3 +29,8 @@ func InitContext(flags *flag.FlagSet) error {
29
30
return err
31
}
32
+
33
+// GetContext gives access to the context
34
+func GetContext() *ctx.AptlyContext {
35
+ return context
36
+}
0 commit comments