You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only heathens use underscores in command line arguments.
opts.on('-ud','--update_disabled','Skips update')do@options[:update_disabled]=trueendopts.on('-ua','--update_auto','Automatic update with no prompt')do@options[:update_auto]=trueend
This command line help is more confusing than it is helpful:
opts.on('-c','--config FILE',"Load a different configuration file: if it's called custom-config.yaml, git automatically ignores it.")do |f|
@options[:ext_config]=fend
New flag options are not clearly communicated.
Wiki: https://github.com/beefproject/beef/wiki/Configuration
and -- help menu when running
./beef --help
beef/core/main/console/commandline.rb
Lines 31 to 67 in 1ae320c
The text was updated successfully, but these errors were encountered: