diff options
| author | Ben Beltran <ben@nsovocal.com> | 2016-11-12 23:40:17 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2016-11-12 23:40:17 -0600 |
| commit | 194a358163d7ac0a1f0ea61b1be3372c3532e1c5 (patch) | |
| tree | 3f76b204d8f127152a6bde46e1be4f775510c8cc /Sources/Lyricli.swift | |
| parent | 026a2f69776d0a8c9e15e560bef4a8a01f510aa0 (diff) | |
Print the version with -v / --version
Diffstat (limited to 'Sources/Lyricli.swift')
| -rw-r--r-- | Sources/Lyricli.swift | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Sources/Lyricli.swift b/Sources/Lyricli.swift new file mode 100644 index 0000000..669dac9 --- /dev/null +++ b/Sources/Lyricli.swift @@ -0,0 +1,3 @@ +public class Lyricli { + public static var version = "0.0.0-feature/option-parsing" +} |