Skip to content

Fix langs command for Linux and Mac #6

@HardCodeDev777

Description

@HardCodeDev777

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🗿

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions