Sha256: 47e03eccde99f3360e606731163ba904022ff8b35016d75c7976d92677669c01
Contents?: true
Size: 351 Bytes
Versions: 6
Compression:
Stored size: 351 Bytes
Contents
#!/usr/bin/env ruby require 'gtk2passwordapp' class Gtk2PasswordApp begin case ARGV in [/^(-v)|(--version)$/] puts VERSION in [/^(-h)|(--help)$/] puts HELP in ['--nogui', *args] Gtk2PasswordApp.cli Gtk2PasswordApp.run(*args) else Gtk2PasswordApp.gui Gtk2PasswordApp.run end end end exit
Version data entries
6 entries across 6 versions & 1 rubygems