Standardize usage of globbing across CLI verbs
See original GitHub issuedotnet build
supports globbing pattern inputs, while publish, pack, test do not. We need to decide the intended usage of globbing and standardize it across verbs.
/cc @pakrym who added globbing to build
for thoughts on why we only added globbing in build
Issue Analytics
- State:
- Created 7 years ago
- Reactions:6
- Comments:13 (7 by maintainers)
Top Results From Across the Web
Standardize usage of globbing across CLI verbs #6334
globbing is no longer accepted as an input to CLI commands. Instead, if wanting to act on multiple projects then a sln file...
Read more >Is it better to specify source files with GLOB or each ...
file(glob) gives a hint for developers that all files from a directory have the same conceptual meaning and any files placed to this...
Read more >Bash Globbing Tutorial
The Bash shell feature that is used for matching or expanding specific types of patterns is called globbing. Globbing is mainly used to...
Read more >verb-cli | Yarn - Package Manager
Install globally with npm $ npm i -g verb-cli. Usage. Run verb in the command line to run the default tasks. Specific tasks....
Read more >TSConfig Reference - Docs on every TSConfig option
This is useful when you only have a small number of files and don't need to use a glob to reference many files....
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
But
dotnet test
does not accept a sln file.May I ask why is this issue closed? Is it already implemented, being tracked in another issue or will not be implemented at all?