new section for metadata
This commit is contained in:
parent
39ebfa1a2e
commit
e7672f197e
6 changed files with 42 additions and 38 deletions
|
@ -66,6 +66,7 @@ data CommandSection
|
|||
| SectionSetup
|
||||
| SectionMaintenance
|
||||
| SectionQuery
|
||||
| SectionMetaData
|
||||
| SectionUtility
|
||||
| SectionPlumbing
|
||||
deriving (Eq, Ord, Enum, Bounded)
|
||||
|
@ -75,5 +76,6 @@ descSection SectionCommon = "Commonly used commands"
|
|||
descSection SectionSetup = "Repository setup commands"
|
||||
descSection SectionMaintenance = "Repository maintenance commands"
|
||||
descSection SectionQuery = "Query commands"
|
||||
descSection SectionMetaData = "Metadata commands"
|
||||
descSection SectionUtility = "Utility commands"
|
||||
descSection SectionPlumbing = "Plumbing commands"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue