Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions