Skip to content

Commit

Permalink
improved help
Browse files Browse the repository at this point in the history
  • Loading branch information
Emir Sarı committed Sep 12, 2019
1 parent b782622 commit 2ab3353
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Sources/mcc/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import Foundation

var registry = CommandRegistry(usage: "\n<subcommand> <option> <\"text in brackets\">\n<subcommand> <option> --help",
overview: "Morse Code Converter")
var registry = CommandRegistry(usage: "\n<subcommand> <option> <\"text in brackets\">\n<subcommand> <option> --help\nTo convert double quotes, either use curly quotes or type plain double quotes with \\\nTo convert an exclamation mark, add \\ before it.", overview: "Morse Code Converter")
registry.register(command: ConvertCommand.self)
registry.run()

0 comments on commit 2ab3353

Please sign in to comment.