bin/nib in nib-2.0.0 vs bin/nib in nib-2.0.1

- old
+ new

@@ -35,9 +35,10 @@ post do |global, command, options, args| # Post logic here # Use skips_post before a command to skip this # block on that command only if command.is_a? GLI::Commands::Help + Nib::Plugins.execute(options, args) Nib::UnrecognizedHelp.execute(options, args) Nib::CheckForUpdate.execute(options, args) end end