From 37c866e1e16a6d2dded11ba93c2e04af3764a139 Mon Sep 17 00:00:00 2001 From: "Joe Richey joerichey@google.com" Date: Wed, 21 Jun 2017 10:21:21 -0700 Subject: cmd/fscrypt: setup, encrypt, unlock commands This commit adds in the framework for adding commands and subcommands to the fscrypt tool. This commit adds in the "setup", "encrypt", and "unlock" commands. Additional information can be found by running: fscrypt --help. This commit defines how flags are parsed and errors are handled. It also creates an extensible framework for prompting the user for information. Change-Id: I159d7f44ee2b2bbc5e072f0802850e082d9a13ce --- cmd/fscrypt/fscrypt_test.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cmd/fscrypt/fscrypt_test.go') diff --git a/cmd/fscrypt/fscrypt_test.go b/cmd/fscrypt/fscrypt_test.go index cbeacdf..1d09bf8 100644 --- a/cmd/fscrypt/fscrypt_test.go +++ b/cmd/fscrypt/fscrypt_test.go @@ -19,8 +19,6 @@ package main -import ( - "testing" -) +import "testing" func TestTrivial(t *testing.T) {} -- cgit v1.2.3