RubyGems Navigation menu

applix 0.4.14

ApplixHash#from_argv builds hashes from ARGV like argument vectors according to following examples: '-f' --> { :f => true } '--flag' --> { :flag => true } '--flag:false' --> { :flag => false } '--flag=false' --> { :flag => 'false' } '--option=value' --> { :option => "value" } '--int=1' --> { :int => "1" } '--float=2.3' --> { :float => "2.3" } '--float:2.3' --> { :float => 2.3 } '--txt="foo bar"' --> { :txt => "foo bar" } '--txt:'"foo bar"'' --> { :txt => "foo bar" } '--txt:%w{foo bar}' --> { :txt => ["foo", "bar"] } '--now:Time.now' --> { :now => #<Date: 3588595/2,0,2299161> } remaining arguments(non flag/options) are inserted as [:arguments, args], eg: Hash.from_argv %w(--foo --bar=loo 123 now) becomes { :foo => true, :bar => 'loo', :arguments => ["123", "now"] }

Gemfile:
= Copier Copié!

installation:
=

Versions:

  1. 0.4.14 - January 16, 2015 (14 ko)
  2. 0.4.13 - January 08, 2015 (13,5 ko)
  3. 0.4.12 - January 08, 2015 (13,5 ko)
  4. 0.4.11 - July 23, 2013 (13 ko)
  5. 0.4.10 - May 29, 2012 (11,5 ko)
Voir toutes les versions (22)

Dépendances de Runtime (1):

daemons >= 0

Dépendances de Development (6):

bundler ~> 1.3
byebug >= 0
rake >= 0
rspec >= 0

Propriétaires:

Auteurs:

  • art+com/dirk luesebrink

Total de contrôle SHA 256:

03a42173c6499191ee8afe09e8eff2a29bf7955356975e556b0689523ba72520

Total de téléchargements 93 480

Pour cette version 4 093

License:

aucune

Version de Ruby requise: >= 0

Liens: