elabs/safebox

View on GitHub
lib/safebox/cli.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method initialize has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def initialize(defaults = {})
      @options = defaults
      @commands = {
        list:   [nil, "Lists all keys and their values"],
        get:    ["KEY", "Prints the given key to STDOUT"],
Severity: Minor
Found in lib/safebox/cli.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status