mte/unikernel/duniverse/mirage/test/functoria/e2e/query.t

9 lines
174 B
Perl
Raw Normal View History

2025-11-11 02:07:51 +01:00
Help query --man-format=plain
$ ./test.exe help query --man-format=plain > d1
Help query --help=plain
$ ./test.exe query --help=plain > d2
No difference
$ diff d1 d2