lib/neetob/cli.rb in neetob-ud-0.2.9 vs lib/neetob/cli.rb in neetob-ud-0.2.11

- old
+ new

@@ -30,10 +30,10 @@ subcommand "users", Users::Commands desc "local", "Interact with the local neeto repos" subcommand "local", Local::Commands - desc "make_repos_uptodate", "Uptodate all neeto repos" + desc "make_repos_uptodate", "Uptodate all the neeto repos" option :all_neeto_repos, type: :boolean, aliases: "--all", desc: "Use this flag for working with all neeto repos", default: false def make_repos_uptodate FetchorupdateRepos::Execute.new(options[:sandbox], options[:all_neeto_repos]).run end