addurl: Added a --file option
Can be used to specify what file the url is added to. This can be used to override the default filename that is used when adding an url, which is based on the url. Or, when the file already exists, the url is recorded as another location of the file.
This commit is contained in:
parent
57a747d081
commit
ef013506cb
4 changed files with 37 additions and 16 deletions
2
Usage.hs
2
Usage.hs
|
@ -76,6 +76,8 @@ paramDate :: String
|
|||
paramDate = "DATE"
|
||||
paramFormat :: String
|
||||
paramFormat = "FORMAT"
|
||||
paramFile :: String
|
||||
paramFile = "FILE"
|
||||
paramKeyValue :: String
|
||||
paramKeyValue = "K=V"
|
||||
paramNothing :: String
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue