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

Don't leak most commands used in dt.dt (--help and --version for example) #24

Open
booniepepper opened this issue Jul 14, 2023 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@booniepepper
Copy link
Collaborator

booniepepper commented Jul 14, 2023

The commands used to define the CLI entry points (for shebang files, arg parsing, and the dt/main-repl command) should not leak to users.

There are some information hiding tools for doing this already, like the using-* pattern here:

#5 may bring even better ways to do this.

@booniepepper booniepepper mentioned this issue Jul 14, 2023
Closed
6 tasks
@booniepepper
Copy link
Collaborator Author

Related: 904c9f2

These will not show up in website-generated docs for the stdlib

@booniepepper booniepepper added the bug Something isn't working label Jul 24, 2023
@booniepepper booniepepper added this to the 2.0 milestone Jul 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant