Sha256: b30b48338ce0596450ed0cde1dc051cc5309a2662307b5fdb02f952de9c50224

Contents?: true

Size: 147 Bytes

Versions: 7

Compression:

Stored size: 147 Bytes

Contents

dirname = File.join(find_account_dir(@username), "keys")
Dir.entries(dirname).each do |name|
  next if name == '.' || name == '..'
  puts name
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hubbard-0.0.6 commands/list-keys.rb
hubbard-0.0.5 commands/list-keys.rb
hubbard-0.0.4 commands/list-keys.rb
hubbard-0.0.3 commands/list-keys.rb
hubbard-0.0.2 commands/list-keys.rb
hubbard-0.0.1 commands/list-keys.rb
hubbard-0.0.0 commands/list-keys.rb