Skip to content

Commit

Permalink
[374] WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
zipofar committed Nov 24, 2023
1 parent 2cfc14e commit dd381a5
Show file tree
Hide file tree
Showing 13 changed files with 630 additions and 279 deletions.
4 changes: 4 additions & 0 deletions lib/uffizzi/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ def disconnect(credential_type)
require_relative 'cli/install'
subcommand 'install', Cli::Install

desc 'uninstall', 'uninstall'
require_relative 'cli/uninstall'
subcommand 'uninstall', Cli::Uninstall

map preview: :compose

class << self
Expand Down
Loading

0 comments on commit dd381a5

Please sign in to comment.