1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Add help strings from h-r

This commit is contained in:
Sean Smith
2019-07-05 12:16:55 -04:00
parent 1f82d26ac2
commit f4f2901e58
10 changed files with 38 additions and 40 deletions

View File

@@ -23,8 +23,8 @@ type Settings struct {
colors
common *cfg.Common
accounts []string
since string
accounts []string `help:"A list of the accounts to check the HIBP database for."`
since string `help:"Only check for breaches after this date. Set this if youve been breached in the past, have taken steps to mitigate that (changing passwords, cancelling accounts, etc.) and now only want to know about future breaches." values:"A date string in the format 'yyyy-mm-dd', ie: '2019-06-22'", optional:"true"`
}
// NewSettingsFromYAML creates a new settings instance from a YAML config block