Update the bidindings
Make repository parametrized
This commit is contained in:
8
src/repository.erl
Normal file
8
src/repository.erl
Normal file
@@ -0,0 +1,8 @@
|
||||
-module(repository, [Handle]).
|
||||
-export([path/0, workdir/0]).
|
||||
|
||||
path() ->
|
||||
geef:repository_get_path(Handle).
|
||||
|
||||
workdir() ->
|
||||
geef:repository_get_workdir(Handle).
|
||||
Reference in New Issue
Block a user