-
Notifications
You must be signed in to change notification settings - Fork 178
feat: stdio for cli apps #1945
Copy link
Copy link
Open
Labels
featureA new feature or requestA new feature or requestneeds reproductive stepsThis issue lacks sufficient details and further information in neededThis issue lacks sufficient details and further information in neededwaiting for responseWaiting for follow upWaiting for follow up
Metadata
Metadata
Assignees
Labels
featureA new feature or requestA new feature or requestneeds reproductive stepsThis issue lacks sufficient details and further information in neededThis issue lacks sufficient details and further information in neededwaiting for responseWaiting for follow upWaiting for follow up
Description
I wrote a server using
package:shelfand had built a cli interface for managing the backend state. I ported over to dart_frog and have sense lost that cli, even in non-dev mode. Maybe I missed some documentation - but is it possible to get stdio in production mode?Requirements
Additional Context
No response