We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad3cc0c commit c59414eCopy full SHA for c59414e
cmd/root.go
@@ -97,7 +97,7 @@ func arguments(cmd *cobra.Command, args []string) error {
97
98
// version just prints the current version of nmap-formatter
99
func version() {
100
- fmt.Printf("nmap-formatter version: %s", VERSION)
+ fmt.Printf("nmap-formatter version: %s\n", VERSION)
101
}
102
103
// shouldShowVersion returns boolean whether app should show current version or not
0 commit comments