|
@@ -21,12 +21,13 @@ main(Args) ->
|
|
|
ok
|
|
ok
|
|
|
end
|
|
end
|
|
|
end,
|
|
end,
|
|
|
- ok = add_libs_dir(),
|
|
|
|
|
case Args of
|
|
case Args of
|
|
|
["hocon" | Rest] ->
|
|
["hocon" | Rest] ->
|
|
|
|
|
+ ok = add_libs_dir(),
|
|
|
%% forward the call to hocon_cli
|
|
%% forward the call to hocon_cli
|
|
|
hocon_cli:main(Rest);
|
|
hocon_cli:main(Rest);
|
|
|
["check_license_key", Key0] ->
|
|
["check_license_key", Key0] ->
|
|
|
|
|
+ ok = add_libs_dir(),
|
|
|
Key = cleanup_key(Key0),
|
|
Key = cleanup_key(Key0),
|
|
|
check_license(#{key => Key});
|
|
check_license(#{key => Key});
|
|
|
_ ->
|
|
_ ->
|