-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Tokei.cs
var psi = new ProcessStartInfo()
{
FileName = "cmd.exe",
Arguments = $"/c tokei \"{path}\" {respectString} -o json > {OutputFileName} -e *.d",
RedirectStandardError = true,
RedirectStandardOutput = true,
UseShellExecute = false,
CreateNoWindow = true
};Idk how I forgot about it🗿
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working