addunused: New command, the opposite of dropunused, it relinks unused content into the git repository.
This commit is contained in:
parent
7d6b36dffb
commit
392931eca9
8 changed files with 145 additions and 64 deletions
2
Usage.hs
2
Usage.hs
|
@ -61,6 +61,8 @@ paramUrl :: String
|
|||
paramUrl = "URL"
|
||||
paramNumber :: String
|
||||
paramNumber = "NUMBER"
|
||||
paramNumRange :: String
|
||||
paramNumRange = "NUM|RANGE"
|
||||
paramRemote :: String
|
||||
paramRemote = "REMOTE"
|
||||
paramGlob :: String
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue