add flags, and change to subcommand style
This commit is contained in:
parent
4c3ad80f32
commit
29039fdf97
7 changed files with 59 additions and 30 deletions
3
Types.hs
3
Types.hs
|
@ -6,7 +6,8 @@ module Types (
|
|||
Backend,
|
||||
Key,
|
||||
backendName,
|
||||
keyFrag
|
||||
keyFrag,
|
||||
Flag(..),
|
||||
) where
|
||||
|
||||
import BackendTypes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue