Skip to content

Commit

Permalink
[374] WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
zipofar committed Nov 23, 2023
1 parent 2cfc14e commit 41c643d
Show file tree
Hide file tree
Showing 6 changed files with 458 additions and 233 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 41c643d

Please sign in to comment.