add describe subcommand
This commit is contained in:
parent
1de12a2918
commit
657395b628
5 changed files with 55 additions and 4 deletions
|
@ -26,6 +26,7 @@ import qualified Command.DropKey
|
|||
import qualified Command.SetKey
|
||||
import qualified Command.Fix
|
||||
import qualified Command.Init
|
||||
import qualified Command.Describe
|
||||
import qualified Command.Fsck
|
||||
import qualified Command.Unused
|
||||
import qualified Command.DropUnused
|
||||
|
@ -50,6 +51,7 @@ cmds = concat
|
|||
, Command.Unlock.command
|
||||
, Command.Lock.command
|
||||
, Command.Init.command
|
||||
, Command.Describe.command
|
||||
, Command.Unannex.command
|
||||
, Command.Uninit.command
|
||||
, Command.PreCommit.command
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue