lib/chronicle/etl/cli/main.rb in chronicle-etl-0.5.3 vs lib/chronicle/etl/cli/main.rb in chronicle-etl-0.5.4

- old
+ new

@@ -25,9 +25,12 @@ subcommand 'plugins', Plugins desc 'secrets:COMMAND', 'Manage secrets', hide: true subcommand 'secrets', Secrets + desc 'authorizations', 'Authorize', hide: true + subcommand 'authorizations', Authorizations + # Entrypoint for the CLI def self.start(given_args = ARGV, config = {}) # take a subcommand:command and splits them so Thor knows how to hand off to the subcommand class if given_args.any? && given_args[0].include?(':') commands = given_args.shift.split(':')