module Cryogen::CLI::Helpers
Extended Modules
Direct including types
- Cryogen::CLI::Edit
- Cryogen::CLI::Export
- Cryogen::CLI::Lock
- Cryogen::CLI::Rekey
- Cryogen::CLI::Setup
- Cryogen::CLI::Show
- Cryogen::CLI::ShowKey
- Cryogen::CLI::Unlock
Defined in:
cryogen/cli/helpers.crInstance Method Summary
- #error(str : String)
- #obtain_key! : Key
- #prompt(prompt_str : String, important : Bool = false, echo : Bool = true) : String
- #require_editor!
- #require_locked_vault!
- #require_tty!
- #require_unlocked_vault!
- #require_vault!
- #success(str : String)
- #warn(str : String, important : Bool = false)