lib/posgra/cli/app.rb in posgra-0.1.9 vs lib/posgra/cli/app.rb in posgra-0.2.0

- old
+ new

@@ -11,6 +11,9 @@ desc 'role SUBCOMMAND', 'Manage roles' subcommand :role, Posgra::CLI::Role desc 'grant SUBCOMMAND', 'Manage grants' subcommand :grant, Posgra::CLI::Grant + + desc 'database SUBCOMMAND', 'Manage database grants' + subcommand :database, Posgra::CLI::Database end