initial export command
Very basic operation works, but of course this is only the beginning. This commit was sponsored by Nick Daly on Patreon.
This commit is contained in:
parent
cca2764f91
commit
9f3630f4e0
5 changed files with 121 additions and 1 deletions
|
@ -95,6 +95,7 @@ import qualified Command.AddUrl
|
|||
import qualified Command.ImportFeed
|
||||
import qualified Command.RmUrl
|
||||
import qualified Command.Import
|
||||
import qualified Command.Export
|
||||
import qualified Command.Map
|
||||
import qualified Command.Direct
|
||||
import qualified Command.Indirect
|
||||
|
@ -141,6 +142,7 @@ cmds testoptparser testrunner =
|
|||
, Command.ImportFeed.cmd
|
||||
, Command.RmUrl.cmd
|
||||
, Command.Import.cmd
|
||||
, Command.Export.cmd
|
||||
, Command.Init.cmd
|
||||
, Command.Describe.cmd
|
||||
, Command.InitRemote.cmd
|
||||
|
|
|
@ -94,6 +94,8 @@ paramAddress :: String
|
|||
paramAddress = "ADDRESS"
|
||||
paramItem :: String
|
||||
paramItem = "ITEM"
|
||||
paramTreeish :: String
|
||||
paramTreeish = "TREEISH"
|
||||
paramKeyValue :: String
|
||||
paramKeyValue = "K=V"
|
||||
paramNothing :: String
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue