added batch support to console and attach actions
This commit is contained in:
committed by
Bas van Kervel
parent
3ff272b618
commit
f87501b1c5
@ -227,6 +227,10 @@ var (
|
||||
Usage: "Filename for IPC socket/pipe",
|
||||
Value: DirectoryString{common.DefaultIpcPath()},
|
||||
}
|
||||
ExecFlag = cli.StringFlag{
|
||||
Name: "exec",
|
||||
Usage: "Execute javascript statement (only in combination with console/attach)",
|
||||
}
|
||||
// Network Settings
|
||||
MaxPeersFlag = cli.IntFlag{
|
||||
Name: "maxpeers",
|
||||
|
Reference in New Issue
Block a user