Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use module name from @module tag #518

Open
MarkTiedemann opened this issue Mar 7, 2024 · 1 comment
Open

Use module name from @module tag #518

MarkTiedemann opened this issue Mar 7, 2024 · 1 comment

Comments

@MarkTiedemann
Copy link

Currently, deno doc --html requires the module name as an argument.

> deno doc --html mod.ts
error: the following required arguments were not provided:
  --name=<name>

I think the name could be optional if the module provides the name via JSDoc @module.

@crowlKats
Copy link
Member

I dont think thats entirely a viable solution, however the underlying name is optional and as such we should make the name flag optional

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants