feat(config): restructures config
This commit is contained in:
parent
65a393f8d6
commit
f0be9c42d3
10 changed files with 71 additions and 59 deletions
|
|
@ -36,7 +36,7 @@ var versionCmd = &cobra.Command{
|
|||
Use: "version",
|
||||
Short: "Display pda! version",
|
||||
Run: func(cmd *cobra.Command, args []string) {
|
||||
if config.DisplayArt {
|
||||
if config.DisplayAsciiArt {
|
||||
fmt.Print(asciiArt + "\n ")
|
||||
}
|
||||
fmt.Printf("%s\n", version)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue