Lines Matching refs:multicall
923 /// [`Command::multicall`][Command::multicall].
2958 /// A "multicall" executable is a single executable
2970 /// Setting `multicall` will cause
2981 /// - Disable `multicall` and re-parse it
2982 /// - Disable `multicall` and re-parse it with a specific subcommand
2992 /// **NOTE:** The multicall command cannot have arguments.
3000 /// `hostname` is an example of a multicall executable.
3020 /// .multicall(true)
3030 /// Busybox is another common example of a multicall executable
3040 /// To make an applet usable as both a multicall link and a subcommand
3050 /// .multicall(true)
3072 pub fn multicall(self, yes: bool) -> Self {
3728 /// Report whether [`Command::multicall`] is set