-
-
Notifications
You must be signed in to change notification settings - Fork 295
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
I have a use-case to run scc on a list of files. This can be done by providing all files in CLI args.
On Windows there's a limit of 2**15 chars for a single CLI command, which limits the number of input files that can be used.
I see 2 solutions:
- Implement "scc @flags.txt" flag parsing syntax, where flags.txt is a text file which has 1 flag per line. Related issue in cobra: Does cobra support "@file.txt" flag syntax? spf13/cobra#1649
- Add a flag
--from-file inputs.txt
which will read list of input files/folders frominputs.txt
.
Any feedback? I'd implement one of these features.
cycle20
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request