This commit is contained in:
Jim McDonald
2023-03-21 08:36:39 +00:00
parent f898466395
commit fbc24b81d2
77 changed files with 118 additions and 168 deletions

View File

@@ -28,5 +28,5 @@ func init() {
RootCmd.AddCommand(accountCmd)
}
func accountFlags(cmd *cobra.Command) {
func accountFlags(_ *cobra.Command) {
}