Method: EASYFPM::CommandLine#initialize

Defined in:
lib/easyfpm/commandline.rb

#initializeCommandLine

Returns a new instance of CommandLine.



20
21
22
23
24
25
26
27
# File 'lib/easyfpm/commandline.rb', line 20

def initialize()
  @easyfpmconf = UnixConfigStyle.new()
  @verbose = false
  @dryrun = false
  @debug=false
  @labels = []
  parse()
end