Improve package doc.

This commit is contained in:
Jeffrey Regan
2018-06-06 11:00:57 -07:00
parent ba2866645e
commit 2e0e43cd76
17 changed files with 52 additions and 8 deletions

View File

@@ -14,6 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
// Package commands holds the CLI glue mapping textual commands/args to method calls.
package commands
import (