lib/nexus_cli/cli.rb



require 'thor'

module NexusCli
  class Cli < Thor
    include NexusCli::Tasks
  end
end