Skip to content

dev#11

Merged
Daniel-Amsellem merged 6 commits into
masterfrom
dev
Apr 16, 2020
Merged

dev#11
Daniel-Amsellem merged 6 commits into
masterfrom
dev

Conversation

@Daniel-Amsellem

Copy link
Copy Markdown
Contributor

No description provided.

Comment thread internal/commands/root.go
func PrintIfVerbose(verbose bool, msg string) {
if verbose {
func PrintIfVerbose(msg string) {
if viper.GetBool(verboseFlag) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

nice!

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

this makes us bind with viper...
but i guess its ok.

@Daniel-Amsellem Daniel-Amsellem merged commit 250768c into master Apr 16, 2020
thtri referenced this pull request in thtri/ast-cli Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants