Implement list action (#12)

This commit is contained in:
Maxim Baz
2018-04-16 01:38:55 +02:00
committed by GitHub
parent 66850cfa4a
commit bd6ab67d3a
8 changed files with 120 additions and 18 deletions

View File

@@ -33,6 +33,12 @@ const (
// CodeUnreadableDefaultPasswordStoreDefaultSettings error reading the default settings of the default password store
CodeUnreadableDefaultPasswordStoreDefaultSettings = 17
// CodeUnableToListFilesInPasswordStore error listing files in a password store
CodeUnableToListFilesInPasswordStore = 18
// CodeUnableToDetermineRelativeFilePathInPasswordStore error determining a relative path for a file in a password store
CodeUnableToDetermineRelativeFilePathInPasswordStore = 19
)
// ExitWithCode exit with error code