mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-22 13:33:52 +03:00
parent
666f361fd9
commit
b2d8fe2a3f
@ -71,8 +71,18 @@ module CLIHelper
|
||||
:description => "Sets the delay in seconds for top command"
|
||||
}
|
||||
|
||||
NO_PAGER = {
|
||||
:name => "no_pager",
|
||||
:large => "--no-pager",
|
||||
:format => String,
|
||||
:description => "Disable pagination",
|
||||
:proc => lambda { |o, options|
|
||||
ENV['ONE_PAGER'] = 'cat' if File.exists?('/bin/cat')
|
||||
}
|
||||
}
|
||||
|
||||
#OPTIONS = [LIST, ORDER, FILTER, HEADER, DELAY]
|
||||
OPTIONS = [LIST, LISTCONF, DELAY, FILTER, CSV_OPT]
|
||||
OPTIONS = [LIST, LISTCONF, DELAY, FILTER, CSV_OPT, NO_PAGER]
|
||||
|
||||
# Sets bold font
|
||||
def CLIHelper.scr_bold
|
||||
|
Loading…
Reference in New Issue
Block a user