lib/d3/client/cli.rb in depot3-3.0.9 vs lib/d3/client/cli.rb in depot3-3.0.11

- old
+ new

@@ -65,10 +65,16 @@ :aka => :t, :help => "resume auto-updates of this basename during sync", :needs_connection => false, :arg => :basename }, + forget: { + :aka => :fg, + :help => "Remove receipt but don't try uninstalling.", + :needs_connection => false, + :arg => :basename + }, list_available: { :aka => :la, :help => "list all available live installers on the server", :needs_connection => true }, @@ -91,9 +97,14 @@ :aka => :lf, :help => "list pkgs currently frozen on this machine", :needs_root => false }, list_puppies: { + :aka => :lq, + :help => "list any queued pkgs awaiting puppytime at logout", + :needs_root => false + }, + list_queue: { :aka => :lq, :help => "list any queued pkgs awaiting puppytime at logout", :needs_root => false }, list_details: {