Class: Bcdatabase::CLI
- Inherits:
-
Thor
- Object
- Thor
- Bcdatabase::CLI
- Defined in:
- lib/bcdatabase/cli.rb
Instance Method Summary collapse
- #encrypt(inputfile = nil, outputfile = nil) ⇒ Object
- #epass(arg = nil) ⇒ Object
- #gen_key(arg = nil) ⇒ Object
Instance Method Details
#encrypt(inputfile = nil, outputfile = nil) ⇒ Object
28 29 30 |
# File 'lib/bcdatabase/cli.rb', line 28 def encrypt(inputfile=nil, outputfile=nil) Commands::Encrypt.new(inputfile, outputfile).run end |