-
Notifications
You must be signed in to change notification settings - Fork 470
Supporting - for dune init project #11210
Copy link
Copy link
Closed
Labels
proposalRFC's that are awaiting discussion to be accepted or rejectedRFC's that are awaiting discussion to be accepted or rejected
Description
Desired Behavior
At the moment, if one does:
dune init project foo-bar
dune: NAME argument: invalid component name `foo-bar'
Library names must be non-empty and composed only of the
following
characters: 'A'..'Z', 'a'..'z', '_' or '0'..'9'.
Usage: dune init project [OPTION]… NAME [PATH]
Try 'dune init project --help' or 'dune --help' for more information.
but I believe it could succeed by using - for the public name and _ for the internal name.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
proposalRFC's that are awaiting discussion to be accepted or rejectedRFC's that are awaiting discussion to be accepted or rejected