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.
1 parent bebb11e commit 74912edCopy full SHA for 74912ed
hermetic_build/library_generation/cli/entry_point.py
@@ -131,6 +131,7 @@ def __generate_repo_impl(
131
)
132
repository_path = os.path.abspath(repository_path)
133
api_definitions_path = os.path.abspath(api_definitions_path)
134
+ print(f"Library names: {library_names}")
135
generation_config = from_yaml(generation_config_path)
136
include_library_names = _parse_library_name_from(
137
includes=library_names, generation_config=generation_config
0 commit comments