Consider separating CLI.
See original GitHub issueSomething like flow-typed
and flow-typed-cli
.
This would expose the API and make it easier to test.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:2
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Consider separating command line interface from Core #1537
Separate the cli argument options parsing from the actual runtime options. Push handling of different option sources into the runners (esp ...
Read more >What is a command-line interface (CLI)? - TechTarget
Shells are the outermost layer of the OS and are often separated from the underlying OS kernel. A shell operates like an application ......
Read more >Command structure - CLI Guidelines - Ubuntu Community Hub
Optional enhancement "," comma separation can be used to parse multiple values in a flag. $ maas <profile> vmhose <id> compose pinned_cores= 1,...
Read more >Keeping program GUI front-end and CLI functionality separate
Given a program, which can be used happily from the command line, I would want to create a GUI for the command line...
Read more >Command-line interface - Wikipedia
Internal commands are recognized and processed by the command line interpreter. · Included commands run separate executables. · External commands run executable ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Would you like a PR making
flow-typed
alerna
monorepo? Then you could separate it intoflow-typed
andflow-typed-cli
or something.@ryyppy the discussion is pretty long already and this sub-discussion is not central to the feature I’m integrating. We don’t need clear CLI separation but that’ll be surely a nice to have in the long term. I don’t want you to rush a design decision on this. Take your time, when available and documented, we’ll reintegrate that into CRA.