Documentation ¶
Overview ¶
Package app provides the core app functionality. This file, flags.go, provides support for parsing command-line flags and reading a JSON file of runtime options, and merging the two so that options override the config file which overrides the defailts.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bank ¶
type Bank struct { LoginURL string Username string Password string Accounts arrayFlags SecurityQuestions map[string]string }
Bank holds command-line flags related to web banking
Click to show internal directories.
Click to hide internal directories.