Skip to content

Commit

Permalink
WIP: Make trycmd run multicall_busybox
Browse files Browse the repository at this point in the history
  • Loading branch information
fishface60 committed Dec 8, 2021
1 parent ea84050 commit fdec4f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/multicall_busybox.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ See the documentation for clap::AppSettings::Multicall for rationale.

This example omits every command except true and false,
which are the most trivial to implement,
```bash,ignore
```bash
$ busybox true
? 0
$ busybox false
Expand All @@ -16,14 +16,14 @@ $ busybox false

But includes the `--install` option as an example of why it can be useful
for the main program to take arguments that aren't applet subcommands.
```bash,ignore
```bash
$ busybox --install
? failed
...
```

Though users must pass something:
```bash,ignore
```bash
$ busybox
? failed
busybox
Expand Down

0 comments on commit fdec4f6

Please sign in to comment.