mickael9 / fac

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

Add zsh completion file for 'fac' #5

Closed zopieux closed 8 years ago

zopieux commented 8 years ago
$ fac⇥ 
--game-version     -g  -- force a specific game version                               
--help             -h  -- display help                                                
--ignore-game-ver  -i  -- ignore game version when selecting packages                 
--verbose          -v  -- show more detailled output                                  
disable          -- disable mods
enable           -- enable mods
fetch            -- fetch a mod from the mod portal
hold             -- hold mods or show held mods with no argument
install          -- install (or update) mods
list             -- list installed mods and their status
make-compatible  -- change the supported factorio version of mods
pack             -- pack mods
remove           -- remove mods
search           -- search the mods database
show             -- show details about mods
unhold           -- unhold mods
unpack           -- unpack mods
update           -- update installed mods
$ fac enable⇥ 
--game-version     -g  -- force a specific game version                               
--help             -h  -- display help                                                
--ignore-game-ver  -i  -- ignore game version when selecting packages                 
--verbose          -v  -- show more detailled output                                  
Landfill       TheFatController       WaiTex       advanced-logistics-system
$ fac install 5dim_⇥ 
5dim_automatization  5dim_decoration      5dim_mining          5dim_resources     
5dim_battlefield     5dim_energy          5dim_module                             
5dim_core            5dim_logistic        5dim_ores
$ fac install -⇥
--downgrade        -D  -- allow downgrading mods                                      
--game-version     -g  -- force a specific game version                               
--held             -H  -- allow updating held mods                                    
--help             -h  -- display help                                                
--ignore-game-ver  -i  -- ignore game version when selecting packages                 
--no-deps          -d  -- do not install any dependencies                             
--reinstall        -R  -- allow reinstalling mods                                     
--unpack           -U  -- unpack mods zip files                                       
--verbose          -v  -- show more detailled output