You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.
Probably best to utilize a CLI framework like Cliffy (or perhaps there's a better alternative). Using std flags standalone complicates adding new commands while applying common flags to those commands (such as --help/-h/help/?).
For now, the CLI is used only to trigger codegen. I'd imagine we'll introduce other features in the future. Will be good to have a more easily-extensible foundation.
The text was updated successfully, but these errors were encountered:
EDIT:
@tjjfvi suggested we expose a
serve
utility instead of a CLI. One could use as follows:path/to/ts_file.ts
PREV:
Probably best to utilize a CLI framework like Cliffy (or perhaps there's a better alternative). Using std flags standalone complicates adding new commands while applying common flags to those commands (such as
--help
/-h
/help
/?
).For now, the CLI is used only to trigger codegen. I'd imagine we'll introduce other features in the future. Will be good to have a more easily-extensible foundation.
The text was updated successfully, but these errors were encountered: