add new section for testing commands
This commit is contained in:
parent
5848793d6b
commit
c03e1c5648
5 changed files with 20 additions and 8 deletions
|
@ -69,6 +69,7 @@ data CommandSection
|
|||
| SectionMetaData
|
||||
| SectionUtility
|
||||
| SectionPlumbing
|
||||
| SectionTesting
|
||||
deriving (Eq, Ord, Enum, Bounded)
|
||||
|
||||
descSection :: CommandSection -> String
|
||||
|
@ -79,3 +80,4 @@ descSection SectionQuery = "Query commands"
|
|||
descSection SectionMetaData = "Metadata commands"
|
||||
descSection SectionUtility = "Utility commands"
|
||||
descSection SectionPlumbing = "Plumbing commands"
|
||||
descSection SectionTesting = "Testing commands"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue