main
1#!/usr/bin/env ruby
2# frozen_string_literal: true
3
4require 'incognito/cli'
5
6Incognito::CLI::Application.start(ARGV)