lib/tocer/cli/parsers/flag.rb in tocer-13.3.1 vs lib/tocer/cli/parsers/flag.rb in tocer-14.0.0
- old
+ new
@@ -9,10 +9,10 @@
class Flag
using Refinements::Structs
def self.call(...) = new(...).call
- def initialize configuration = Configuration::Loader.call, client: Parser::CLIENT
+ def initialize configuration = Container[:configuration], client: Parser::CLIENT
@configuration = configuration
@client = client
end
def call arguments = []