Import firefox UX

This commit is contained in:
2021-01-03 22:05:22 +02:00
parent e3d47d4d9d
commit c05161eb73
2 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,7 @@ commands = subparser
( command "insert" (info (insertOpts Operations.insert <**> helper) (progDesc "Insert a new bookmark"))
<> command "list" (info (pure Operations.list <**> helper) (progDesc "List all the bookmarks"))
<> command "query" (info (queryOpts Operations.query <**> helper) (progDesc "Query the bookmarks"))
<> command "import" (info (pure Operations.importFirefox <**> helper) (progDesc "Import"))
)
where
insertOpts f =