mirror of
https://github.com/xcat2/xNBA.git
synced 2025-02-19 20:14:34 +00:00
[cmdline] Add margin options to the "console" command
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
parent
43c8c272ae
commit
20a90a40c3
@ -51,6 +51,14 @@ static struct option_descriptor console_opts[] = {
|
||||
struct console_options, config.width, parse_integer ),
|
||||
OPTION_DESC ( "y", 'y', required_argument,
|
||||
struct console_options, config.height, parse_integer ),
|
||||
OPTION_DESC ( "left", 'l', required_argument,
|
||||
struct console_options, config.left, parse_integer ),
|
||||
OPTION_DESC ( "right", 'r', required_argument,
|
||||
struct console_options, config.right, parse_integer ),
|
||||
OPTION_DESC ( "top", 't', required_argument,
|
||||
struct console_options, config.top, parse_integer ),
|
||||
OPTION_DESC ( "bottom", 'b', required_argument,
|
||||
struct console_options, config.bottom, parse_integer ),
|
||||
OPTION_DESC ( "depth", 'd', required_argument,
|
||||
struct console_options, config.depth, parse_integer ),
|
||||
OPTION_DESC ( "picture", 'p', required_argument,
|
||||
|
Loading…
x
Reference in New Issue
Block a user