Add package comments

This commit is contained in:
Asim
2016-05-24 22:22:46 +01:00
parent 9d50d51c40
commit 1254a87286
13 changed files with 90 additions and 55 deletions

4
cmd/doc.go Normal file
View File

@@ -0,0 +1,4 @@
/*
Package cmd is an interface for parsing the command line.
*/
package cmd