Skip to content

--package-name with namespaces (containing .) is not translated to directories #27

@micolous

Description

@micolous

I want to generate code that goes into a namespaced package (eg: my_service.client).

My first instinct is to specify this with --package-name, eg:

--package-name my_service.client

But this builds a client library where the top-level directory of the package is literally my_service.client, when it should actually be in my_service/client.

Workaround

--package-name my_service/client

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions