Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.

Silent flag #18

Merged
merged 4 commits into from
Oct 3, 2019
Merged

Silent flag #18

merged 4 commits into from
Oct 3, 2019

Conversation

bradcypert
Copy link
Owner

working toward #13

@bradcypert bradcypert self-assigned this Oct 1, 2019
cmd/helpers.go Outdated
@@ -61,6 +63,13 @@ func addDatabaseFlags(cmd *cobra.Command) {
"The database driver for connecting to the database. Valid options are: [mysql, postgres]")
}

func AddSilentFlag(cmd *cobra.Command) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

exported function AddSilentFlag should have comment or be unexported

cmd/helpers.go Outdated
@@ -61,6 +63,13 @@ func addDatabaseFlags(cmd *cobra.Command) {
"The database driver for connecting to the database. Valid options are: [mysql, postgres]")
}

func AddSilentFlag(cmd *cobra.Command) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

exported function AddSilentFlag should have comment or be unexported

@bradcypert bradcypert merged commit 169141b into master Oct 3, 2019
@bradcypert bradcypert deleted the silent-flag branch October 3, 2019 00:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant