mickael9 / fac

Command-line mod manager for Factorio (install, update...)
MIT License
50 stars 17 forks source link

Handle newlines in mod names in list and update #23

Open NopeDK opened 5 years ago

NopeDK commented 5 years ago

fac list

Installed mods:
    A Sea Block Config 0.3.0

fac hold

Mods currently held:
    A
    Sea
    Block
    Config

config.ini

[mods]
hold = A
        Sea
        Block
        Config

List command doesn't show "held" or other status as the internal config doesn't handle newlines.

Update similarly cannot read held status of mods with newlines and asks to update them.